EleFits
4.0.0
A modern C++ API on top of CFitsIO
|
◆ accessFirst()
template<class T = Hdu>
Access the first HDU with given name, type and version.
The template parameter is used to disambiguate when two extensions of different types have the same name, if set to ImageHdu or BintableHdu. For example, in a file with an image extension and a binary table extension both named "EXT", In the case where several HDUs of same type have the same name (which is discouraged by the standard, but not forbidden), method
|