Class ParsedCard<T>
java.lang.Object
uk.ac.starlink.fits.ParsedCard<T>
Represents a single parsed FITS header card.
This is always the representation of a single 80-byte FITS header.
- Since:
- 4 Mar 2022
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParsedCard
-
-
Method Details
-
getKey
-
getType
-
getValue
-
getComment
Returns the comment text associated with this card.- Returns:
- comment, may be null
-