Uses of Class
nom.tam.fits.Header
Packages that use Header
Package
Description
-
Uses of Header in nom.tam.fits
Fields in nom.tam.fits declared as HeaderModifier and TypeFieldDescriptionprivate final HeaderHeaderCardBuilder.headerthe header to fill.protected HeaderBasicHDU.myHeaderThe associated header.Methods in nom.tam.fits that return HeaderModifier and TypeMethodDescriptionBasicHDU.getHeader()HeaderCardBuilder.header()static HeaderAsciiTableHDU.manufactureHeader(Data d) static HeaderBinaryTableHDU.manufactureHeader(Data data) static HeaderImageHDU.manufactureHeader(Data d) (package private) static HeaderRandomGroupsHDU.manufactureHeader(Data d) static HeaderUndefinedHDU.manufactureHeader(Data d) static HeaderHeader.readHeader(ArrayDataInput dis) Create a header by reading the information from the input stream.Methods in nom.tam.fits with parameters of type HeaderModifier and TypeMethodDescriptionstatic DataFitsFactory.dataFactory(Header hdr) (package private) voidBinaryTable.fillForColumn(Header h, int col, Cursor<String, HeaderCard> iter) Update the header to reflect the details of a given column.voidAsciiTable.fillHeader(Header hdr) Fill in a header with information that points to this data.voidBinaryTable.fillHeader(Header h) Update a FITS header to reflect the current state of the data.(package private) abstract voidData.fillHeader(Header head) Modify a header to point to this data, this differs per subclass, they all need oder provided different informations to the header.protected voidImageData.fillHeader(Header head) Fill header with keywords that describe image data.protected voidRandomGroupsData.fillHeader(Header h) protected voidUndefinedData.fillHeader(Header head) Fill header with keywords that describe data.(package private) static Object[]RandomGroupsHDU.generateSampleRow(Header h) FitsFactory.hduFactory(Header hdr, DataClass d) FitsFactory.HDUFactory(Header hdr, DataClass d) Deprecated.static booleanCheck that this is a valid ascii table header.static booleanCheck that this is a valid header for the HDU.static booleanCheck that this is a valid binary table header.static booleanCheck that this HDU has a valid header for this type.static booleanstatic booleanCheck if we can find the length of the data for this header.static BasicHDU<?> static DataAsciiTableHDU.manufactureData(Header hdr) Create a Data object to correspond to the header description.static BinaryTableBinaryTableHDU.manufactureData(Header header) static DataImageHDU.manufactureData(Header hdr) static RandomGroupsDataRandomGroupsHDU.manufactureData(Header header) static DataUndefinedHDU.manufactureData(Header hdr) protected ImageData.ArrayDescImageData.parseHeader(Header h) (package private) voidBinaryTable.pointToColumn(int col, Header hdr) Update the header to reflect information about a given column.private intBinaryTable.processCol(Header header, int col) Process one column from a FITS Header.voidAsciiTable.updateAfterDelete(int oldNCol, Header hdr) This is called after we delete columns.voidBinaryTable.updateAfterDelete(int oldNcol, Header hdr) Update the header after a deletion.voidTableData.updateAfterDelete(int oldNcol, Header hdr) (package private) voidPaddingException.updateHeader(Header hdr) voidHeader.updateLines(Header newHdr) Overwrite the lines in the header.Constructors in nom.tam.fits with parameters of type HeaderModifierConstructorDescriptionAsciiTable(Header hdr) Create an ASCII table given a headerAsciiTableHDU(Header h, AsciiTable d) Create an ASCII table header/data unit.protectedBinaryTable(Header myHeader) Create a binary table from given header information.BinaryTableHDU(Header hdr, BinaryTable datum) protectedHeaderCardBuilder(Header header, IFitsHeader key) constructor to the header card builder.Create an array from a header description.Build an image HDU using the supplied data.RandomGroupsHDU(Header header, RandomGroupsData data) Create an HDU from the given header and data .protectedCreate the TableHDU.UndefinedHDU(Header h, UndefinedData d) Build an image HDU using the supplied data. -
Uses of Header in nom.tam.fits.compression.provider.param.api
Fields in nom.tam.fits.compression.provider.param.api declared as HeaderConstructors in nom.tam.fits.compression.provider.param.api with parameters of type Header -
Uses of Header in nom.tam.image.compression.bintable
Methods in nom.tam.image.compression.bintable with parameters of type Header -
Uses of Header in nom.tam.image.compression.hdu
Methods in nom.tam.image.compression.hdu with parameters of type HeaderModifier and TypeMethodDescriptionprotected BinaryTableCompressedTableData.asBinaryTable(BinaryTable dataToFill, Header compressedHeader, Header targetHeader) voidvoidCompressedImageData.fillHeader(Header h) voidCompressedTableData.fillHeader(Header h) protected BufferCompressedImageData.getUncompressedData(Header hdr) static booleanCheck that this HDU has a valid header for this type.static booleanCheck that this HDU has a valid header for this type.static CompressedImageDataCompressedImageHDU.manufactureData(Header hdr) static CompressedTableDataCompressedTableHDU.manufactureData(Header hdr) protected voidCompressedImageData.prepareUncompressedData(Object data, Header header) Constructors in nom.tam.image.compression.hdu with parameters of type HeaderModifierConstructorDescriptionprotectedCompressedImageHDU(Header hdr, CompressedImageData datum) CompressedTableData(Header header) CompressedTableHDU(Header hdr, CompressedTableData datum) -
Uses of Header in nom.tam.image.compression.tile
Methods in nom.tam.image.compression.tile with parameters of type HeaderModifier and TypeMethodDescriptionprivate <T> TTiledImageCompressionOperation.getNullableColumn(Header header, Class<T> class1, String columnName) private voidprivate voidTiledImageCompressionOperation.readBaseType(Header header) private voidTiledImageCompressionOperation.readCompressionHeaders(Header header) voidTiledImageCompressionOperation.readPrimaryHeaders(Header header) private voidTiledImageCompressionOperation.readTileAxis(Header header) private voidTiledImageCompressionOperation.writeHeader(Header header)
FitsFactory.hduFactory(Header, Data)instead