Uses of Class
nom.tam.fits.BasicHDU
Packages that use BasicHDU
-
Uses of BasicHDU in nom.tam.fits
Subclasses of BasicHDU in nom.tam.fitsModifier and TypeClassDescriptionclass
FITS ASCII table header/data unitclass
FITS binary table header/data unitclass
FITS image header/data unitclass
Random groups HDUs.class
TableHDU<T extends AbstractTableData>
This class allows FITS binary and ASCII tables to be accessed via a common interface.class
Holder for unknown data types.Fields in nom.tam.fits declared as BasicHDUModifier and TypeFieldDescriptionprivate BasicHDU
<?> PaddingException.truncatedHDU
The HDU where the error happened.Fields in nom.tam.fits with type parameters of type BasicHDUModifier and TypeFieldDescriptionFits.hduList
A vector of HDUs that have been added to this Fits object.Methods in nom.tam.fits that return BasicHDUModifier and TypeMethodDescriptionstatic BasicHDU
<?> BasicHDU.getDummyHDU()
BasicHDU
<?> Fits.getHDU
(int n) BasicHDU
<?> PaddingException.getTruncatedHDU()
static BasicHDU
<?> FitsFactory.hduFactory
(Object o) FitsFactory.hduFactory
(Header hdr, DataClass d) static BasicHDU
<?> FitsFactory.HDUFactory
(Object o) Deprecated.FitsFactory.HDUFactory
(Header hdr, DataClass d) Deprecated.useFitsFactory.hduFactory(Header, Data)
insteadFits.makeHDU
(DataClass data) static BasicHDU
<?> static BasicHDU
<?> 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 BasicHDUModifier and TypeMethodDescriptionvoid
Add an HDU to the Fits object.void
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 BasicHDUModifier and TypeMethodDescriptionstatic 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.hduModifier and TypeClassDescriptionclass
A compressed image is a normal binary table with a defined structure.class
FitsFactory.hduFactory(Object)
instead