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

◆ writeSegmentSeq() [2/2]

template<typename... Ts>
void Euclid::Fits::BintableColumns::writeSegmentSeq ( FileMemSegments  rows,
const Column< Ts > &...  columns 
) const

Write a sequence of segments.

Parameters
rowsThe mapping between the in-file and in-memory rows
columnsThe columns to be written Segments can be written in already initialized columns with writeSegmentSeq() or in new columns with appendSegmentSeq().