Uses of Class
nom.tam.fits.BinaryTable
Packages that use BinaryTable
Package
Description
The core classes of nom-tam-fits.
Compressing and decompressing HDUs, for both images and binary tables.
-
Uses of BinaryTable in nom.tam.fits
Methods in nom.tam.fits that return BinaryTableModifier and TypeMethodDescriptionBinaryTable.copy()
Returns an independent copy of the binary table.static BinaryTable
BinaryTableHDU.encapsulate
(Object o) Deprecated.static BinaryTable
BinaryTable.fromColumnMajor
(Object[] columns) Creates a binary table from existing data in column-major format order.static BinaryTable
BinaryTable.fromRowMajor
(Object[][] table) Creates a binary table from existing table data in row-major format.static BinaryTable
BinaryTableHDU.manufactureData
(Header header) Deprecated.(for internal use) Will reduce visibility in the futureMethods in nom.tam.fits with parameters of type BinaryTableModifier and TypeMethodDescriptionstatic void
BinaryTable.createColumnDataFor
(BinaryTable table) Deprecated.(for internal use) It may become a private method in the future.static BinaryTableHDU
BinaryTableHDU.wrap
(BinaryTable tab) Wraps the specified table in an HDU, creating a header for it with the essential table description.Constructors in nom.tam.fits with parameters of type BinaryTableModifierConstructorDescriptionBinaryTableHDU
(Header hdr, BinaryTable datum) Deprecated.(for internal use) Its visibility should be reduced to package level in the future. -
Uses of BinaryTable in nom.tam.image.compression.hdu
Subclasses of BinaryTable in nom.tam.image.compression.hduModifier and TypeClassDescriptionclass
FITS representation of a compressed image.class
FITS representation of a compressed binary table.
fromColumnMajor(Object[])
orfromRowMajor(Object[][])
instead.