Uses of Class
nom.tam.fits.Header
-
Packages that use Header Package Description nom.tam.fits nom.tam.fits.compression.provider.param.api nom.tam.image.compression.bintable nom.tam.image.compression.hdu nom.tam.image.compression.tile -
-
Uses of Header in nom.tam.fits
Fields in nom.tam.fits declared as Header Modifier and Type Field Description private HeaderHeaderCardBuilder. headerthe header to fill.protected HeaderBasicHDU. myHeaderThe associated header.Methods in nom.tam.fits that return Header Modifier and Type Method Description HeaderBasicHDU. getHeader()HeaderHeaderCardBuilder. 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 Header Modifier and Type Method Description static DataFitsFactory. dataFactory(Header hdr)(package private) voidBinaryTable. fillForColumn(Header h, int col, Cursor<java.lang.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 java.lang.Object[]RandomGroupsHDU. generateSampleRow(Header h)static <DataClass extends Data>
BasicHDU<DataClass>FitsFactory. hduFactory(Header hdr, DataClass d)static <DataClass extends Data>
BasicHDU<DataClass>FitsFactory. HDUFactory(Header hdr, DataClass d)Deprecated.useFitsFactory.hduFactory(Header, Data)insteadstatic booleanAsciiTableHDU. isHeader(Header header)Check that this is a valid ascii table header.static booleanBasicHDU. isHeader(Header header)Check that this is a valid header for the HDU.static booleanBinaryTableHDU. isHeader(Header header)Check that this is a valid binary table header.static booleanImageHDU. isHeader(Header hdr)Check that this HDU has a valid header for this type.static booleanRandomGroupsHDU. isHeader(Header hdr)static booleanUndefinedHDU. isHeader(Header hdr)Check if we can find the length of the data for this header.static BasicHDU<?>Fits. makeHDU(Header h)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 Header Constructor Description AsciiTable(Header hdr)Create an ASCII table given a headerAsciiTableHDU(Header h, AsciiTable d)Create an ASCII table header/data unit.BasicHDU(Header myHeader, DataClass myData)BinaryTable(Header myHeader)Create a binary table from given header information.BinaryTableHDU(Header hdr, BinaryTable datum)HeaderCardBuilder(Header header, IFitsHeader key)constructor to the header card builder.ImageData(Header h)Create an array from a header description.ImageHDU(Header h, ImageData d)Build an image HDU using the supplied data.RandomGroupsHDU(Header header, RandomGroupsData data)Create an HDU from the given header and data .TableHDU(Header hdr, T td)Create the TableHDU.UndefinedData(Header h)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 Header Modifier and Type Field Description private HeaderHeaderAccess. headerConstructors in nom.tam.fits.compression.provider.param.api with parameters of type Header Constructor Description HeaderAccess(Header header) -
Uses of Header in nom.tam.image.compression.bintable
Methods in nom.tam.image.compression.bintable with parameters of type Header Modifier and Type Method Description voidBinaryTableTile. fillHeader(Header header) -
Uses of Header in nom.tam.image.compression.hdu
Methods in nom.tam.image.compression.hdu with parameters of type Header Modifier and Type Method Description protected BinaryTableCompressedTableData. asBinaryTable(BinaryTable dataToFill, Header compressedHeader, Header targetHeader)voidCompressedTableData. compress(Header header)voidCompressedImageData. fillHeader(Header h)voidCompressedTableData. fillHeader(Header h)protected java.nio.BufferCompressedImageData. getUncompressedData(Header hdr)static booleanCompressedImageHDU. isHeader(Header hdr)Check that this HDU has a valid header for this type.static booleanCompressedTableHDU. isHeader(Header hdr)Check that this HDU has a valid header for this type.static CompressedImageDataCompressedImageHDU. manufactureData(Header hdr)static CompressedTableDataCompressedTableHDU. manufactureData(Header hdr)protected voidCompressedImageData. prepareUncompressedData(java.lang.Object data, Header header)Constructors in nom.tam.image.compression.hdu with parameters of type Header Constructor Description CompressedImageData(Header hdr)CompressedImageHDU(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 Header Modifier and Type Method Description private <T> TTiledImageCompressionOperation. getNullableColumn(Header header, java.lang.Class<T> class1, java.lang.String columnName)TiledImageCompressionOperationTiledImageCompressionOperation. read(Header header)private voidTiledImageCompressionOperation. readAxis(Header header)private voidTiledImageCompressionOperation. readBaseType(Header header)private voidTiledImageCompressionOperation. readCompressionHeaders(Header header)voidTiledImageCompressionOperation. readPrimaryHeaders(Header header)private voidTiledImageCompressionOperation. readTileAxis(Header header)private voidTiledImageCompressionOperation. writeHeader(Header header)
-