Uses of Class
nom.tam.fits.Data
Package
Description
The core classes of nom-tam-fits.
A collection of useful classes.
Image tiling support.
Compressing and decompressing HDUs, for both images and binary tables.
-
Uses of Data in nom.tam.fits
Modifier and TypeClassDescriptionclass
Abstract base class for all header-data unit (HDU) types.Modifier and TypeClassDescriptionclass
Deprecated.Serves no purpose really.class
ASCII table data.class
Table data for binary table HDUs.class
Image data.final class
A subclass ofData
containing no actual data.class
Random Groups data.class
A container for unknown binary data types.Modifier and TypeMethodDescriptionFitsFactory.hduFactory
(Header hdr, DataClass d) Deprecated.(for internal use)/ Will reduce visibility in the futureFitsFactory.HDUFactory
(Header hdr, DataClass d) Deprecated.(duplicate method for internal use) Same asFitsFactory.hduFactory(Header, Data)
, and will be removed in the future.Fits.makeHDU
(DataClass data) Creates a new empty HDU for the given data type.Modifier and TypeMethodDescriptionstatic Data
FitsFactory.dataFactory
(Header hdr) Deprecated.(for internal use) Will reduce visibility in the futureHeader.makeData()
Deprecated.(for internal use) Normally we either want to write a Java object to FITS (in which case we have the dataand want to make a header for it), or we read some data from a FITS input.Modifier and TypeMethodDescriptionstatic Header
AsciiTableHDU.manufactureHeader
(Data d) Deprecated.(for internal use) Will reduce visibility in the futurestatic Header
BinaryTableHDU.manufactureHeader
(Data data) Deprecated.(for internal use) Will reduce visibility in the futurestatic Header
ImageHDU.manufactureHeader
(Data d) Deprecated.(for internal use) Will reduce visibility in the futurestatic Header
UndefinedHDU.manufactureHeader
(Data d) Deprecated.(for internal use) Will reduce visibility in the futurevoid
Header.pointToData
(Data o) Deprecated.Use the appropriateHeader
constructor instead. -
Uses of Data in nom.tam.fits.utilities
Modifier and TypeMethodDescriptionstatic long
Deprecated.UseBasicHDU.verifyIntegrity()
instead. -
Uses of Data in nom.tam.image
Modifier and TypeClassDescriptionclass
Simple streaming image tile implementation. -
Uses of Data in nom.tam.image.compression.hdu
Modifier and TypeClassDescriptionclass
FITS representation of a compressed image.class
FITS representation of a compressed binary table.