CFEL - ASG Software Suite  2.5.0
CASS
Public Attributes | List of all members
cass::hllDataTypes::DarkcalFileHeader Struct Reference

the file header structure of the hll darkcal file format More...

#include <hlltypes.hpp>

Public Attributes

char identifystring [24]
 string to identify that it is a hll darkcal file More...
 
uint32_t columns
 the width of the frames More...
 
uint32_t rows
 the height of the frames More...
 
uint32_t length
 the overal length of the frame, if the matrix is linearized More...
 
char fillspace [988]
 empty to fill the header up to 1024 bytes More...
 

Detailed Description

the file header structure of the hll darkcal file format

derived from the code within the pnCCD lib

Author
Lutz Foucar

Definition at line 132 of file hlltypes.hpp.

Member Data Documentation

uint32_t cass::hllDataTypes::DarkcalFileHeader::columns

the width of the frames

Definition at line 141 of file hlltypes.hpp.

char cass::hllDataTypes::DarkcalFileHeader::fillspace[988]

empty to fill the header up to 1024 bytes

Definition at line 150 of file hlltypes.hpp.

char cass::hllDataTypes::DarkcalFileHeader::identifystring[24]

string to identify that it is a hll darkcal file

should contain "HE pixel statistics map"

Definition at line 138 of file hlltypes.hpp.

uint32_t cass::hllDataTypes::DarkcalFileHeader::length

the overal length of the frame, if the matrix is linearized

Definition at line 147 of file hlltypes.hpp.

Referenced by cass::pixeldetector::saveHLLOffsetFile().

uint32_t cass::hllDataTypes::DarkcalFileHeader::rows

the height of the frames

Definition at line 144 of file hlltypes.hpp.

Referenced by cass::pixeldetector::saveHLLOffsetFile().


The documentation for this struct was generated from the following file: