Class HDU
java.lang.Object
org.episteme.natural.physics.loaders.fits.HDU
- Direct Known Subclasses:
ImageHDU
Represents a Header Data Unit (HDU) in a FITS file.
An HDU consists of a Header and an associated Data Block.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract longReturns the size of the data block in bytes, excluding padding.
-
Field Details
-
header
-
-
Constructor Details
-
HDU
-
-
Method Details
-
getHeader
-
getDataSize
public abstract long getDataSize()Returns the size of the data block in bytes, excluding padding.- Returns:
- data size in bytes.
-