EleFits  5.3.1
A modern C++ API on top of CFITSIO
Loading...
Searching...
No Matches

◆ read_n_segments_to() [3/4]

void read_n_segments_to ( FileMemSegments  rows,
TColumns &...  columns 
) const

Read segments of columns into existing Columns.

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.