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

◆ parseRecordsAs()

template<class TReturn , typename... Ts>
TReturn Euclid::Cfitsio::HeaderIo::parseRecordsAs ( fitsfile *  fptr,
const std::vector< std::string > &  keywords 
)

Parse records and store them in a user-defined structure.

Template Parameters
TReturnA class which can be brace-initialized with a pack of records or values.