HeaderItem
- class sherpa.astro.io.types.HeaderItem(name: str, value: str | bool | int | float, desc: str | None = None, unit: str | None = None)[source] [edit on github]
Bases:
object
Represent a FITS header card.
This does not support all FITS features.
Attributes Summary
The description for the keyword
The units of the value
The keyword name (case insensitive, no spaces)
The keyword value
Attributes Documentation