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

◆ write()

template<typename T >
void Euclid::Fits::BintableColumns::write ( const Column< T > &  column) const

Write a column.

To write a column, use write() if the column has been initialized already, and insert() otherwise.