FACT++
1.0
|
void Fits::AddStandardColumn | ( | const Description & | desc, |
const string & | dataFormat, | ||
void * | dataPointer, | ||
long unsigned int | numDataBytes | ||
) |
Adds a column that exists in all FITS files.
This gives a standard variable to the file writter. This variable should not be related to the DIM service being logged.
desc | the description of the variable to add |
dataFormat | the FITS data format corresponding to the variable to add. |
dataPointer | the memory location where the variable is stored |
numDataBytes | the number of bytes taken by the variable |
Definition at line 40 of file Fits.cc.
References Description::name.