EleFits  5.3.1
A modern C++ API on top of CFITSIO
Loading...
Searching...
No Matches

◆ update_name()

void update_name ( ColumnKey  key,
const std::string name 
) const

Rename the column with given name or index.

Parameters
keyThe name or 0-based index of the column to be read
nameThe name to be given
Warning
This is a write operation.