column_by_index

Function column_by_index 

Source
pub fn column_by_index<T>(hdu: &mut Hdu, index: u16) -> Option<Vec<T>>
Available on crate feature fits only.
Expand description

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.