EleFits
4.0.1
A modern C++ API on top of CFitsIO
Euclid
Cfitsio
HduAccess
assignBintableExtension
assignBintableExtension
assignImageExtension
count
createMetadataExtension
currentIndex
currentIsPrimary
currentName
currentType
currentVersion
deleteHdu
gotoIndex
gotoName
gotoNext
gotoPrimary
initBintableExtension
initImageExtension
initPrimary
updateName
updateVersion
◆
assignBintableExtension()
template<typename Tuple , std::size_t size = std::tuple_size<Tuple>::value>
void Euclid::Cfitsio::HduAccess::assignBintableExtension
(
fitsfile *
fptr
,
const
std::string
&
name
,
const Tuple &
table
)
Create a new binary table HDU with given name and columns.
Template Parameters
Tuple
A tuple-like type, which should support
std::get
size
The number of elements in the tuple
Generated by
1.8.19