Column
- class sherpa.astro.io.types.Column(name: str, values: ndarray, desc: str | None = None, unit: str | None = None, minval: int | float | None = None, maxval: int | float | None = None)[source] [edit on github]
Bases:
object
Represent a FITS column.
This does not support all FITS features.
Attributes Summary
The column description
The maximum value (corresponds to FITS TLMAX setting).
The minimum value (corresponds to FITS TLMIN setting).
The units of the column
The column name (case insensitive)
The values for the column, as a ndarray.
Attributes Documentation