EleFits
4.0.1
A modern C++ API on top of CFitsIO
|
◆ primaryIndex
The index of the Primary HDU. The HDU indices are now 0-based while they used to be 1-based. This constant makes migration smoother. It can be used to loop safely over the HDUs: const auto &ext = f.access<>(i);
// do something with ext
}
|