Uses of Class
nom.tam.fits.BasicHDU
Packages that use BasicHDU
Package
Description
The core classes of nom-tam-fits.
A collection of useful classes.
Compressing and decompressing HDUs, for both images and binary tables.
-
Uses of BasicHDU in nom.tam.fits
Subclasses of BasicHDU in nom.tam.fitsModifier and TypeClassDescriptionclassASCII table header/data unit.classBinary table header/data unit.classHeader/data unit for images.classA class of HDU that contains only a header only with no associated data.classRandom groups header/data unit.classTableHDU<T extends AbstractTableData>Base class for binary and ASCII table implementations.classA HDU that holds a type of data we don't recognise.Methods in nom.tam.fits that return BasicHDUModifier and TypeMethodDescriptionBasicHDU<?> Fits.getHDU(int n) Returns the n'th HDU.BasicHDU<?> Returns the HDU by the given extension name (defined byEXTNAMEheader keyword).BasicHDU<?> Returns the HDU by the given extension name and version (defined byEXTNAMEandEXTVERkeywords).static BasicHDU<?> FitsFactory.hduFactory(Object o) Deprecated.FitsFactory.hduFactory(Header hdr, DataClass d) Deprecated.(for internal use)/ Will reduce visibility in the futurestatic BasicHDU<?> FitsFactory.HDUFactory(Object o) Deprecated.UseFits.makeHDU(Object)instead (will removed in the future.FitsFactory.HDUFactory(Header hdr, DataClass d) Deprecated.(duplicate method for internal use) Same asFitsFactory.hduFactory(Header, Data), and will be removed in the future.Fits.makeHDU(DataClass data) Creates a new empty HDU for the given data type.static BasicHDU<?> Creates an HDU that wraps around the specified data object.static BasicHDU<?> Creates a new empty HDU based on the header description of the dataBasicHDU<?>[]Fits.read()Return all HDUs for the Fits object.BasicHDU<?> Fits.readHDU()Read the next HDU on the default input stream.abstract BasicHDU<?> Data.toHDU()Returns an approprotae HDU object that encapsulates this FITS data, and contains the minimal mandatory header description for that data.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 longDeprecated.UseverifyIntegrity()instead to verify checksums.static voidFitsCheckSum.setChecksum(BasicHDU<?> hdu) Computes and sets the DATASUM and CHECKSUM keywords for a given HDU. -
Uses of BasicHDU in nom.tam.image.compression.hdu
Subclasses of BasicHDU in nom.tam.image.compression.hduModifier and TypeClassDescriptionclassA header-data unit (HDU) containing a compressed image.classA header-data unit (HDU) containing a compressed binary table.
Fits.makeHDU(Object)instead (this method may either be migrated toFitsentirely or else have visibility reduced to the package level).