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

◆ Column() [2/3]

Column ( Info  info,
long  row_count,
T *  data 
)
explicit

Create a column with given metadata and data.

Parameters
infoThe column metadata
row_countThe 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.