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 TypeClassDescriptionclassFITS ASCII table header/data unitclassFITS binary table header/data unitclassFITS image header/data unitclassRandom groups HDUs.classTableHDU<T extends AbstractTableData>This class allows FITS binary and ASCII tables to be accessed via a common interface.classHolder for unknown data types.Fields in nom.tam.fits declared as BasicHDUModifier and TypeFieldDescriptionprivate BasicHDU<?> PaddingException.truncatedHDUThe HDU where the error happened.Fields in nom.tam.fits with type parameters of type BasicHDUModifier and TypeFieldDescriptionFits.hduListA 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 TypeMethodDescriptionvoidAdd an HDU to the Fits object.voidInsert 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 BasicHDUModifier and TypeMethodDescriptionstatic 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.hduModifier and TypeClassDescriptionclassA compressed image is a normal binary table with a defined structure.class
FitsFactory.hduFactory(Object)instead