nom.tam.fits
Class FauxHDU

java.lang.Object
  extended bynom.tam.fits.BasicHDU
      extended bynom.tam.fits.FauxHDU
Direct Known Subclasses:
BadHDU, SkippedHDU

abstract class FauxHDU
extends BasicHDU


Field Summary
 
Fields inherited from class nom.tam.fits.BasicHDU
BITPIX_BYTE, BITPIX_DOUBLE, BITPIX_FLOAT, BITPIX_INT, BITPIX_LONG, BITPIX_SHORT, myData, myHeader
 
Constructor Summary
FauxHDU()
           
 
Method Summary
(package private)  Data manufactureData()
          Create a Data object to correspond to the header description.
abstract  void throwException()
           
 
Methods inherited from class nom.tam.fits.BasicHDU
checkField, getAuthor, getAxes, getBitPix, getBlankValue, getBScale, getBUnit, getBZero, getCreationDate, getData, getEpoch, getEquinox, getGroupCount, getHeader, getInstrument, getMaximumValue, getMinimumValue, getObject, getObservationDate, getObserver, getOrigin, getParameterCount, getReference, getSize, getTelescope, getTrimmedString, info, isHeader, readData, skipData, skipData, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FauxHDU

public FauxHDU()
Method Detail

throwException

public abstract void throwException()
                             throws FitsException
Throws:
FitsException

manufactureData

Data manufactureData()
               throws FitsException
Description copied from class: BasicHDU
Create a Data object to correspond to the header description.

Specified by:
manufactureData in class BasicHDU
Returns:
An unfilled Data object which can be used to read in the data for this HDU.
Throws:
FitsException - if the Data object could not be created from this HDU's Header