Uses of Class
nom.tam.fits.Data

Packages that use Data
nom.tam.fits The Flexible Image Transport System, used primarily for exchanging astronomical data. 
 

Uses of Data in nom.tam.fits
 

Subclasses of Data in nom.tam.fits
 class BinaryTable
          This class defines the methods for accessing FITS binary table data.
 class ImageData
          This class instantiates FITS primary HDU and IMAGE extension data.
 class RandomGroupsData
          This class instantiates FITS Random Groups data.
 

Methods in nom.tam.fits that return Data
 Data BasicHDU.getData()
          Get the associated Data object
 Data BasicHDU.getData()
          Get the associated Data object
 Data BinaryTableHDU.manufactureData()
          Create a Data object to correspond to the header description.
 Data ImageHDU.manufactureData()
          Create a Data object to correspond to the header description.
 Data PrimaryHDU.manufactureData()
          Create a Data object to correspond to the header description.
 Data RandomGroupsHDU.manufactureData()
          Create a FITS Data object corresponding to this HDU header.
 Data BinaryTableHDU.manufactureData()
          Create a Data object to correspond to the header description.
 Data ImageHDU.manufactureData()
          Create a Data object to correspond to the header description.
 Data PrimaryHDU.manufactureData()
          Create a Data object to correspond to the header description.
 Data RandomGroupsHDU.manufactureData()
          Create a FITS Data object corresponding to this HDU header.
 

Methods in nom.tam.fits with parameters of type Data
 void Header.pointToData(Data o)
          Create keywords such that this Header describes the given data.
 void Header.pointToData(Data o)
          Create keywords such that this Header describes the given data.