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

◆ write_n_segments() [1/2]

void write_n_segments ( FileMemSegments  rows,
const TColumns &...  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 write_n_segments() or in new columns with append_segment_seq().