Uses of Class
nom.tam.fits.BasicHDU

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

Uses of BasicHDU in nom.tam.fits
 

Subclasses of BasicHDU in nom.tam.fits
 class A3DTableHDU
          FITS binary table header/data unit
 class AsciiTableHDU
          FITS ASCII table header/data unit ASCII tables are not currently suppoted.
 class BinaryTableHDU
          FITS binary table header/data unit
 class ExtensionHDU
          Generic FITS extension methods
 class ImageHDU
          FITS image header/data unit
 class PrimaryHDU
          FITS primary array header/data unit
 class RandomGroupsHDU
          Random groups HDUs.
 class TableHDU
          Generic FITS table methods
 

Methods in nom.tam.fits that return BasicHDU
static BasicHDU HDU.create(Header header)
          Create an HDU from the supplied Header object.
static BasicHDU HDU.create(Header header)
          Create an HDU from the supplied Header object.
static BasicHDU HDU.create(Object x)
          Create an HDU which points to the given object.
static BasicHDU HDU.create(Object x)
          Create an HDU which points to the given object.
 BasicHDU Fits.getHDU(int n)
          Return the n'th HDU.
 BasicHDU Fits.getHDU(int n)
          Return the n'th HDU.
 BasicHDU[] Fits.read()
          Return all HDUs for the Fits object.
 BasicHDU[] Fits.read()
          Return all HDUs for the Fits object.
 BasicHDU Fits.readHDU()
          Read the next HDU on the default input stream.
 BasicHDU Fits.readHDU()
          Read the next HDU on the default input stream.
static BasicHDU HDU.readHDU(BufferedDataInputStream stream)
          Read an HDU.
static BasicHDU HDU.readHDU(BufferedDataInputStream stream)
          Read an HDU.
 

Methods in nom.tam.fits with parameters of type BasicHDU
 void Fits.addHDU(BasicHDU myHDU)
          Add an HDU to the Fits object.
 void Fits.addHDU(BasicHDU myHDU)
          Add an HDU to the Fits object.
 void Fits.insertHDU(BasicHDU myHDU, int n)
          Insert a FITS object into the list of HDUs.
 void Fits.insertHDU(BasicHDU myHDU, int n)
          Insert a FITS object into the list of HDUs.