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

◆ assignBintableExt() [1/2]

template<typename... Ts>
const BintableHdu& Euclid::Fits::MefFile::assignBintableExt ( const std::string name,
const Column< Ts > &...  columns 
)

Append a BintableHdu with given name and data.

Returns
A reference to the new BintableHdu.
Warning
All columns should have the same number of rows.