EleFits  4.0.0
A modern C++ API on top of CFitsIO

◆ readSegmentSeq() [2/2]

template<typename... Ts>
std::tuple<VecColumn<Ts>...> Euclid::Fits::BintableColumns::readSegmentSeq ( const Segment rows,
const Indexed< Ts > &...  indices 
) const

Read segments of columns specified by their 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.