Class HeaderCard
java.lang.Object
org.episteme.natural.physics.loaders.fits.HeaderCard
Represents a single card in a FITS header.
A card consists of a keyword (8 chars), a value indicator ("= "), a value, and an optional comment.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()doublegetValueAsDouble(double defaultValue) intgetValueAsInt(int defaultValue) longgetValueAsLong(long defaultValue) toString()
-
Constructor Details
-
HeaderCard
-
-
Method Details
-
getKeyword
-
getValue
-
getComment
-
getValueAsInt
public int getValueAsInt(int defaultValue) -
getValueAsLong
public long getValueAsLong(long defaultValue) -
getValueAsDouble
public double getValueAsDouble(double defaultValue) -
getValueAsString
-
toString
-