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 Header
HeaderCardBuilder. header
the header to fill.protected Header
BasicHDU. myHeader
The associated header.Methods in nom.tam.fits that return Header Modifier and Type Method Description Header
BasicHDU. getHeader()
Header
HeaderCardBuilder. header()
static Header
AsciiTableHDU. manufactureHeader(Data d)
static Header
BinaryTableHDU. manufactureHeader(Data data)
static Header
ImageHDU. manufactureHeader(Data d)
(package private) static Header
RandomGroupsHDU. manufactureHeader(Data d)
static Header
UndefinedHDU. manufactureHeader(Data d)
static Header
Header. 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 Data
FitsFactory. dataFactory(Header hdr)
(package private) void
BinaryTable. fillForColumn(Header h, int col, Cursor<java.lang.String,HeaderCard> iter)
Update the header to reflect the details of a given column.void
AsciiTable. fillHeader(Header hdr)
Fill in a header with information that points to this data.void
BinaryTable. fillHeader(Header h)
Update a FITS header to reflect the current state of the data.(package private) abstract void
Data. 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 void
ImageData. fillHeader(Header head)
Fill header with keywords that describe image data.protected void
RandomGroupsData. fillHeader(Header h)
protected void
UndefinedData. 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 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 hdr)
Check that this HDU has a valid header for this type.static boolean
RandomGroupsHDU. isHeader(Header hdr)
static boolean
UndefinedHDU. isHeader(Header hdr)
Check if we can find the length of the data for this header.static BasicHDU<?>
Fits. makeHDU(Header h)
static Data
AsciiTableHDU. manufactureData(Header hdr)
Create a Data object to correspond to the header description.static BinaryTable
BinaryTableHDU. manufactureData(Header header)
static Data
ImageHDU. manufactureData(Header hdr)
static RandomGroupsData
RandomGroupsHDU. manufactureData(Header header)
static Data
UndefinedHDU. manufactureData(Header hdr)
protected ImageData.ArrayDesc
ImageData. parseHeader(Header h)
(package private) void
BinaryTable. pointToColumn(int col, Header hdr)
Update the header to reflect information about a given column.private int
BinaryTable. processCol(Header header, int col)
Process one column from a FITS Header.void
AsciiTable. updateAfterDelete(int oldNCol, Header hdr)
This is called after we delete columns.void
BinaryTable. updateAfterDelete(int oldNcol, Header hdr)
Update the header after a deletion.void
TableData. updateAfterDelete(int oldNcol, Header hdr)
(package private) void
PaddingException. updateHeader(Header hdr)
void
Header. 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 Header
HeaderAccess. header
Constructors 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 void
BinaryTableTile. 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 BinaryTable
CompressedTableData. asBinaryTable(BinaryTable dataToFill, Header compressedHeader, Header targetHeader)
void
CompressedTableData. compress(Header header)
void
CompressedImageData. fillHeader(Header h)
void
CompressedTableData. fillHeader(Header h)
protected java.nio.Buffer
CompressedImageData. getUncompressedData(Header hdr)
static boolean
CompressedImageHDU. isHeader(Header hdr)
Check that this HDU has a valid header for this type.static boolean
CompressedTableHDU. isHeader(Header hdr)
Check that this HDU has a valid header for this type.static CompressedImageData
CompressedImageHDU. manufactureData(Header hdr)
static CompressedTableData
CompressedTableHDU. manufactureData(Header hdr)
protected void
CompressedImageData. 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> T
TiledImageCompressionOperation. getNullableColumn(Header header, java.lang.Class<T> class1, java.lang.String columnName)
TiledImageCompressionOperation
TiledImageCompressionOperation. read(Header header)
private void
TiledImageCompressionOperation. readAxis(Header header)
private void
TiledImageCompressionOperation. readBaseType(Header header)
private void
TiledImageCompressionOperation. readCompressionHeaders(Header header)
void
TiledImageCompressionOperation. readPrimaryHeaders(Header header)
private void
TiledImageCompressionOperation. readTileAxis(Header header)
private void
TiledImageCompressionOperation. writeHeader(Header header)
-