Uses of Class
nom.tam.fits.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
Modifier 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 futureModifier 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.ModifierConstructorDescriptionBinaryTableHDU
(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
Modifier and TypeClassDescriptionclass
FITS representation of a compressed image.class
FITS representation of a compressed binary table.
fromColumnMajor(Object[])
orfromRowMajor(Object[][])
instead.