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 TypeClassDescriptionclass
ASCII table header/data unit.class
Binary table header/data unit.class
Header/data unit for images.class
A class of HDU that contains only a header only with no associated data.class
Random groups header/data unit.class
TableHDU<T extends AbstractTableData>
Base class for binary and ASCII table implementations.class
A 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 byEXTNAME
header keyword).BasicHDU<?>
Returns the HDU by the given extension name and version (defined byEXTNAME
andEXTVER
keywords).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 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 long
Deprecated.UseverifyIntegrity()
instead to verify checksums.static void
FitsCheckSum.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 TypeClassDescriptionclass
A header-data unit (HDU) containing a compressed image.class
A header-data unit (HDU) containing a compressed binary table.
Fits.makeHDU(Object)
instead (this method may either be migrated toFits
entirely or else have visibility reduced to the package level).