Package uk.ac.starlink.fits
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
Constructor.- Parameters:
key
- FITS keywordtype
- type of cardvalue
- header valuecomment
- comment text
-
-
Method Details
-
getKey
Returns the FITS keyword.- Returns:
- keyword, may be null
-
getType
Returns the type of header card.- Returns:
- card type
-
getValue
Returns the keyword value.- Returns:
- value, may be null
-
getComment
Returns the comment text associated with this card.- Returns:
- comment, may be null
-