Uses of Interface
nom.tam.fits.FitsElement
Package
Description
The core classes of nom-tam-fits.
Image tiling support.
Compressing and decompressing HDUs, for both images and binary tables.
-
Uses of FitsElement in nom.tam.fits
Modifier and TypeClassDescriptionclass
Deprecated.Serves no purpose really.class
ASCII table data.class
ASCII table header/data unit.class
Abstract base class for all header-data unit (HDU) types.class
Table data for binary table HDUs.class
Binary table header/data unit.class
The data segment of an HDU.class
Heap for storing variable-length entries in binary tables.class
Access and manipulate the header of a HDU.class
Image data.class
Header/data unit for images.final class
A subclass ofData
containing no actual data.class
A class of HDU that contains only a header only with no associated data.class
Random Groups data.class
Random groups header/data unit.class
TableHDU<T extends AbstractTableData>
Base class for binary and ASCII table implementations.class
A container for unknown binary data types.class
A HDU that holds a type of data we don't recognise. -
Uses of FitsElement in nom.tam.image
Modifier and TypeClassDescriptionclass
Simple streaming image tile implementation. -
Uses of FitsElement in nom.tam.image.compression.hdu
Modifier and TypeClassDescriptionclass
FITS representation of a compressed image.class
A header-data unit (HDU) containing a compressed image.class
FITS representation of a compressed binary table.class
A header-data unit (HDU) containing a compressed binary table.