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

◆ writeRegion() [1/2]

template<typename T , long m, long n>
void Euclid::Cfitsio::ImageIo::writeRegion ( fitsfile *  fptr,
const Fits::Raster< T, m > &  raster,
const Fits::Position< n > &  destination 
)

Write a whole raster into a region of the current image HDU.

Parameters
rasterThe raster to be written
destinationThe destination position (size is deduced from raster size)