Uses of Class
nom.tam.fits.BasicHDU
-
Packages that use BasicHDU Package Description nom.tam.fits nom.tam.fits.utilities nom.tam.image.compression.hdu -
-
Uses of BasicHDU in nom.tam.fits
Subclasses of BasicHDU in nom.tam.fits Modifier and Type Class Description classAsciiTableHDUFITS ASCII table header/data unitclassBinaryTableHDUFITS binary table header/data unitclassImageHDUFITS image header/data unitclassRandomGroupsHDURandom groups HDUs.classTableHDU<T extends AbstractTableData>This class allows FITS binary and ASCII tables to be accessed via a common interface.classUndefinedHDUHolder for unknown data types.Fields in nom.tam.fits declared as BasicHDU Modifier and Type Field Description private BasicHDU<?>PaddingException. truncatedHDUThe HDU where the error happened.Fields in nom.tam.fits with type parameters of type BasicHDU Modifier and Type Field Description private java.util.List<BasicHDU<?>>Fits. hduListA vector of HDUs that have been added to this Fits object.Methods in nom.tam.fits that return BasicHDU Modifier and Type Method Description static BasicHDU<?>BasicHDU. getDummyHDU()BasicHDU<?>Fits. getHDU(int n)BasicHDU<?>PaddingException. getTruncatedHDU()static BasicHDU<?>FitsFactory. hduFactory(java.lang.Object o)static <DataClass extends Data>
BasicHDU<DataClass>FitsFactory. hduFactory(Header hdr, DataClass d)static BasicHDU<?>FitsFactory. HDUFactory(java.lang.Object o)Deprecated.useFitsFactory.hduFactory(Object)insteadstatic <DataClass extends Data>
BasicHDU<DataClass>FitsFactory. HDUFactory(Header hdr, DataClass d)Deprecated.useFitsFactory.hduFactory(Header, Data)insteadstatic <DataClass extends Data>
BasicHDU<DataClass>Fits. makeHDU(DataClass data)static BasicHDU<?>Fits. makeHDU(java.lang.Object o)static BasicHDU<?>Fits. makeHDU(Header h)BasicHDU<?>[]Fits. read()Return all HDUs for the Fits object.BasicHDU<?>Fits. readHDU()Read the next HDU on the default input stream.Methods in nom.tam.fits with parameters of type BasicHDU Modifier and Type Method Description voidFits. addHDU(BasicHDU<?> myHDU)Add an HDU to the Fits object.voidFits. insertHDU(BasicHDU<?> myHDU, int position)Insert a FITS object into the list of HDUs.static voidFits. setChecksum(BasicHDU<?> hdu)Deprecated. -
Uses of BasicHDU in nom.tam.fits.utilities
Methods in nom.tam.fits.utilities with parameters of type BasicHDU Modifier and Type Method Description static voidFitsCheckSum. setChecksum(BasicHDU<?> hdu)Add or update the CHECKSUM keyword. -
Uses of BasicHDU in nom.tam.image.compression.hdu
Subclasses of BasicHDU in nom.tam.image.compression.hdu Modifier and Type Class Description classCompressedImageHDUA compressed image is a normal binary table with a defined structure.classCompressedTableHDU
-