Uses of Class
nom.tam.fits.Data
Packages that use 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
Classes in nom.tam.fits with type parameters of type DataModifier and TypeClassDescriptionclass
Abstract base class for all header-data unit (HDU) types.Subclasses of Data in nom.tam.fitsModifier 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.Methods in nom.tam.fits with type parameters of type DataModifier 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.Methods in nom.tam.fits that return DataModifier 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.Methods in nom.tam.fits with parameters of type DataModifier 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.Constructors in nom.tam.fits with parameters of type Data -
Uses of Data in nom.tam.fits.utilities
Methods in nom.tam.fits.utilities with parameters of type DataModifier and TypeMethodDescriptionstatic long
Deprecated.UseBasicHDU.verifyIntegrity()
instead. -
Uses of Data in nom.tam.image
Subclasses of Data in nom.tam.imageModifier and TypeClassDescriptionclass
Simple streaming image tile implementation. -
Uses of Data in nom.tam.image.compression.hdu
Subclasses of Data in nom.tam.image.compression.hduModifier and TypeClassDescriptionclass
FITS representation of a compressed image.class
FITS representation of a compressed binary table.