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 class
AsciiTableHDU
FITS ASCII table header/data unitclass
BinaryTableHDU
FITS binary table header/data unitclass
ImageHDU
FITS image header/data unitclass
RandomGroupsHDU
Random groups HDUs.class
TableHDU<T extends AbstractTableData>
This class allows FITS binary and ASCII tables to be accessed via a common interface.class
UndefinedHDU
Holder for unknown data types.Fields in nom.tam.fits declared as BasicHDU Modifier and Type Field Description private BasicHDU<?>
PaddingException. truncatedHDU
The 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. hduList
A 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 void
Fits. addHDU(BasicHDU<?> myHDU)
Add an HDU to the Fits object.void
Fits. insertHDU(BasicHDU<?> myHDU, int position)
Insert a FITS object into the list of HDUs.static void
Fits. 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 void
FitsCheckSum. 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 class
CompressedImageHDU
A compressed image is a normal binary table with a defined structure.class
CompressedTableHDU
-