EleFits  5.0.0
A modern C++ API on top of CFITSIO

◆ readSegmentSeq() [2/2]

std::vector< VecColumn< T, N > > readSegmentSeq ( Segment  rows,
std::vector< ColumnKey keys 
) const

Read segments of columns specified by their names or indices.

The rows to be read in the table are specified as a Segment object, that is, a lower and upper bounds. The same bounds are used for all columns.

Warning
Multidimensional columns are read as vector columns as of today.