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.fitsClasses in nom.tam.fits with type parameters of type DataModifier and TypeClassDescriptionclassAbstract base class for all header-data unit (HDU) types.Subclasses of Data in nom.tam.fitsModifier and TypeClassDescriptionclassDeprecated.Serves no purpose really.classASCII table data.classTable data for binary table HDUs.classImage data.final classA subclass ofDatacontaining no actual data.classRandom Groups data.classA 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 DataFitsFactory.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 HeaderAsciiTableHDU.manufactureHeader(Data d) Deprecated.(for internal use) Will reduce visibility in the futurestatic HeaderBinaryTableHDU.manufactureHeader(Data data) Deprecated.(for internal use) Will reduce visibility in the futurestatic HeaderImageHDU.manufactureHeader(Data d) Deprecated.(for internal use) Will reduce visibility in the futurestatic HeaderUndefinedHDU.manufactureHeader(Data d) Deprecated.(for internal use) Will reduce visibility in the futurevoidHeader.pointToData(Data o) Deprecated.Use the appropriateHeaderconstructor instead.Constructors in nom.tam.fits with parameters of type Data
- 
Uses of Data in nom.tam.fits.utilitiesMethods in nom.tam.fits.utilities with parameters of type DataModifier and TypeMethodDescriptionstatic longDeprecated.UseBasicHDU.verifyIntegrity()instead.
- 
Uses of Data in nom.tam.imageSubclasses of Data in nom.tam.imageModifier and TypeClassDescriptionclassSimple streaming image tile implementation.
- 
Uses of Data in nom.tam.image.compression.hduSubclasses of Data in nom.tam.image.compression.hduModifier and TypeClassDescriptionclassFITS representation of a compressed image.classFITS representation of a compressed binary table.