Uses of Class
nom.tam.fits.Header

Packages that use Header
nom.tam.fits The Flexible Image Transport System, used primarily for exchanging astronomical data. 
 

Uses of Header in nom.tam.fits
 

Methods in nom.tam.fits that return Header
 Header BasicHDU.getHeader()
          Get the associated header
 Header BasicHDU.getHeader()
          Get the associated header
static Header BinaryTableHeaderParser.pointToTable(BinaryTable table)
          Make the header describe the a table where we give only.
static Header BinaryTableHeaderParser.pointToTable(BinaryTable table)
          Make the header describe the a table where we give only.
static Header BinaryTableHeaderParser.pointToTable(BinaryTable table, Header myHeader)
          Make the header describe a specified table and included existing header information.
static Header BinaryTableHeaderParser.pointToTable(BinaryTable table, Header myHeader)
          Make the header describe a specified table and included existing header information.
static Header Header.readHeader(BufferedDataInputStream dis)
          Create a header by reading the information from the input stream.
static Header Header.readHeader(BufferedDataInputStream dis)
          Create a header by reading the information from the input stream.
 

Methods in nom.tam.fits with parameters of type Header
static void BinaryTableHeaderParser.addColumn(int column, Object[] col, Header myHeader)
          Add a column to the header information.
static void BinaryTableHeaderParser.addColumn(int column, Object[] col, Header myHeader)
          Add a column to the header information.
static BasicHDU HDU.create(Header header)
          Create an HDU from the supplied Header object.
static BasicHDU HDU.create(Header header)
          Create an HDU from the supplied Header object.
static Object[] RandomGroupsData.generateSampleRow(Header h)
           
static Object[] RandomGroupsData.generateSampleRow(Header h)
           
static boolean A3DTableHDU.isHeader(Header header)
          Deprecated.  
static boolean AsciiTableHDU.isHeader(Header header)
          Check that this is a valid ascii table header.
static boolean BasicHDU.isHeader(Header header)
          Check that this is a valid header for the HDU.
static boolean BinaryTableHDU.isHeader(Header header)
          Check that this is a valid binary table header.
static boolean ImageHDU.isHeader(Header header)
          Check that this is a valid image extension header.
static boolean PrimaryHDU.isHeader(Header header)
          Check that this is a valid primary/non-random groups header.
static boolean RandomGroupsHDU.isHeader(Header myHeader)
          Is the a random groups header?
static boolean A3DTableHDU.isHeader(Header header)
          Deprecated.  
static boolean AsciiTableHDU.isHeader(Header header)
          Check that this is a valid ascii table header.
static boolean BasicHDU.isHeader(Header header)
          Check that this is a valid header for the HDU.
static boolean BinaryTableHDU.isHeader(Header header)
          Check that this is a valid binary table header.
static boolean ImageHDU.isHeader(Header header)
          Check that this is a valid image extension header.
static boolean PrimaryHDU.isHeader(Header header)
          Check that this is a valid primary/non-random groups header.
static boolean RandomGroupsHDU.isHeader(Header myHeader)
          Is the a random groups header?
static Header BinaryTableHeaderParser.pointToTable(BinaryTable table, Header myHeader)
          Make the header describe a specified table and included existing header information.
static Header BinaryTableHeaderParser.pointToTable(BinaryTable table, Header myHeader)
          Make the header describe a specified table and included existing header information.
static void BasicHDU.skipData(BufferedDataInputStream stream, Header hdr)
          Skip the Data object immediately after the given Header object on the given stream object.
static void BasicHDU.skipData(BufferedDataInputStream stream, Header hdr)
          Skip the Data object immediately after the given Header object on the given stream object.
 

Constructors in nom.tam.fits with parameters of type Header
A3DTableHDU(Header header)
          Deprecated.  
A3DTableHDU(Header header)
          Deprecated.  
AsciiTableHDU(Header header)
          Create an ascii table header/data unit.
AsciiTableHDU(Header header)
          Create an ascii table header/data unit.
BasicHDU(Header header)
          Create an HDU with the specified Header and an empty Data section
BasicHDU(Header header)
          Create an HDU with the specified Header and an empty Data section
BinaryTable(Header myHeader)
          Create a binary table from given header information.
BinaryTable(Header myHeader)
          Create a binary table from given header information.
BinaryTableHDU(Header header)
          Create a binary table header/data unit.
BinaryTableHDU(Header header)
          Create a binary table header/data unit.
BinaryTableHeaderParser(Header myHeader)
          Parse an existing header.
BinaryTableHeaderParser(Header myHeader)
          Parse an existing header.
ExtensionHDU(Header header)
          Create an HDU with the specified Header and an empty Data section
ExtensionHDU(Header header)
          Create an HDU with the specified Header and an empty Data section
ImageData(Header h)
          Create an array from a header description.
ImageData(Header h)
          Create an array from a header description.
ImageHDU(Header header)
          Create an image header/data unit.
ImageHDU(Header header)
          Create an image header/data unit.
PrimaryHDU(Header header)
          Create a primary array unit.
PrimaryHDU(Header header)
          Create a primary array unit.
RandomGroupsData(Header h)
          Create a random groups array from a header description.
RandomGroupsData(Header h)
          Create a random groups array from a header description.
RandomGroupsHDU(Header myHeader)
           
RandomGroupsHDU(Header myHeader)
           
TableHDU(Header header)
          Build a table from the specified FITS header.
TableHDU(Header header)
          Build a table from the specified FITS header.