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

◆ assignBintableExt() [2/2]

template<typename Tuple , std::size_t count = std::tuple_size<Tuple>::value>
const BintableHdu& Euclid::Fits::MefFile::assignBintableExt ( const std::string name,
const Tuple &  columns 
)

Append a BintableHdu with given name and data.

Returns
A reference to the new BintableHdu.
Template Parameters
Tuple// TODO
count// TODO
Warning
All columns should have the same number of rows.