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

◆ Column() [2/3]

Column ( Info  info,
long  rowCount,
T *  data 
)

Create a column with given metadata and data.

Parameters
infoThe column metadata
rowCountThe row count
dataThe raw data
Warning
PtrColumn constructor used to get the element count as input instead of the row count, which makes a difference for vector columns.