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

◆ writeSegmentSeq() [1/2]

void writeSegmentSeq ( FileMemSegments  rows,
TSeq &&  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().