|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnom.tam.fits.BasicHDU
nom.tam.fits.ExtensionHDU
nom.tam.fits.TableHDU
nom.tam.fits.AsciiTableHDU
FITS ASCII table header/data unit ASCII tables are not currently suppoted.
| Field Summary |
| Fields inherited from class nom.tam.fits.TableHDU |
columnStrings |
| Fields inherited from class nom.tam.fits.BasicHDU |
BITPIX_BYTE, BITPIX_DOUBLE, BITPIX_FLOAT, BITPIX_INT, BITPIX_LONG, BITPIX_SHORT, myData, myHeader |
| Constructor Summary | |
AsciiTableHDU(Header header)
Create an ascii table header/data unit. |
|
| Method Summary | |
void |
info()
Print out some information about this HDU. |
boolean |
isHeader()
Check that this HDU has a valid header. |
static boolean |
isHeader(Header header)
Check that this is a valid ascii table header. |
(package private) Data |
manufactureData()
Create a Data object to correspond to the header description. |
void |
readData(BufferedDataInputStream stream)
Skip the ASCII table and throw an exception. |
| Methods inherited from class nom.tam.fits.TableHDU |
addColumnString, setLastMark |
| Methods inherited from class nom.tam.fits.ExtensionHDU |
getExtensionLevel, getExtensionName, getExtensionType, getExtensionVersion |
| 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, skipData, skipData, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AsciiTableHDU(Header header)
throws FitsException
header - the template specifying the ascii table.
FitsException - if there was a problem with the header.| Method Detail |
public static boolean isHeader(Header header)
header - to validate.
true if this is an ascii table header.public boolean isHeader()
true if this HDU has a valid header.
Data manufactureData()
throws FitsException
manufactureData in class BasicHDUFitsException - if the Data object could not be created
from this HDU's Header
public void readData(BufferedDataInputStream stream)
throws FitsException
readData in class BasicHDUstream - the stream from which the data is read.
FitsException - because ASCII tables are not yet supported.public void info()
BasicHDU
info in class BasicHDU
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||