EleFits  5.0.0
A modern C++ API on top of CFITSIO

◆ rename()

void rename ( ColumnKey  key,
const std::string newName 
) const

Rename the column with given name or index.

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