Available on crate feature
fits only.Expand description
Functions related to a Binary Table type HDU.
Functionsยง
- column_
by_ index - Obtains the data in the column of the given index, or None if a column with the given index cannot be found. Note that column indeces start at 1.
- column_
by_ name - Obtains the data in the column of the given name, or None if a column with the given name cannot be found.
- default
- Constructs an HDU pre-populated with the required cards to be a Binary Table HDU.