Uses of Class
nom.tam.fits.BinaryTableHDU
Package
Description
The core classes of nom-tam-fits.
Compressing and decompressing HDUs, for both images and binary tables.
-
Uses of BinaryTableHDU in nom.tam.fits
Modifier and TypeMethodDescriptionBinaryTable.toHDU()
static BinaryTableHDU
BinaryTableHDU.wrap
(BinaryTable tab) Wraps the specified table in an HDU, creating a header for it with the essential table description. -
Uses of BinaryTableHDU in nom.tam.image.compression.hdu
Modifier and TypeClassDescriptionclass
A header-data unit (HDU) containing a compressed image.class
A header-data unit (HDU) containing a compressed binary table.Modifier and TypeMethodDescriptionCompressedTableHDU.asBinaryTableHDU()
Restores the original binary table HDU by decompressing the data contained in this compresed table HDU.final BinaryTableHDU
CompressedTableHDU.asBinaryTableHDU
(int tile) Restores a section of the original binary table HDU by decompressing a single compressed table tile.CompressedTableHDU.asBinaryTableHDU
(int fromTile, int toTile) Restores a section of the original binary table HDU by decompressing a selected range of compressed table tiles.Modifier and TypeMethodDescriptionstatic CompressedTableHDU
CompressedTableHDU.fromBinaryTableHDU
(BinaryTableHDU binaryTableHDU, int tileRows, String... columnCompressionAlgorithms) Prepare a compressed binary table HDU for the specified binary table.