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

◆ initImageExt()

template<typename T , long n>
const ImageHdu& Euclid::Fits::MefFile::initImageExt ( const std::string name,
const Position< n > &  shape 
)

Append a new ImageHdu with given name and shape.

To not only initialize the HDU but also write data, use assignImageExt instead.