Module binary_table_hdu

Module binary_table_hdu 

Source
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.