Class HDU

java.lang.Object
org.episteme.natural.physics.loaders.fits.HDU
Direct Known Subclasses:
ImageHDU

public abstract class HDU extends Object
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 Details

  • Constructor Details

    • HDU

      protected HDU(Header header)
  • Method Details

    • getHeader

      public Header getHeader()
    • getDataSize

      public abstract long getDataSize()
      Returns the size of the data block in bytes, excluding padding.
      Returns:
      data size in bytes.