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

◆ writeSegment()

template<typename T >
void Euclid::Fits::BintableColumns::writeSegment ( FileMemSegments  rows,
const Column< T > &  column 
) const

Write a column segment.

Parameters
firstRowThe 0-based index in the binary table of the first row to be written
columnThe segment to be written

Analogously to write() and insert(), use writeSegment() if the column has been initialized already, and insertSegment() otherwise.