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

struct describing the statistics saved in a HLL Darkcal file More...

#include <hlltypes.hpp>

Public Attributes

double sum
 internal use More...
 
double offset
 offset mean value of pixel (raw) More...
 
double sigma
 noise sigma value of pixel More...
 
double sumSq
 internal use More...
 
int count
 internal use More...
 
int16_t mean
 offset mean value of pixel (common mode corrected) More...
 

Detailed Description

struct describing the statistics saved in a HLL Darkcal file

copied from the pnCCD lib

Author
Peter Holl
Nils Kimmel

Definition at line 160 of file hlltypes.hpp.

Member Data Documentation

int cass::hllDataTypes::statistics::count

internal use

Definition at line 175 of file hlltypes.hpp.

int16_t cass::hllDataTypes::statistics::mean

offset mean value of pixel (common mode corrected)

Definition at line 178 of file hlltypes.hpp.

double cass::hllDataTypes::statistics::offset

offset mean value of pixel (raw)

Definition at line 166 of file hlltypes.hpp.

double cass::hllDataTypes::statistics::sigma

noise sigma value of pixel

Definition at line 169 of file hlltypes.hpp.

double cass::hllDataTypes::statistics::sum

internal use

Definition at line 163 of file hlltypes.hpp.

double cass::hllDataTypes::statistics::sumSq

internal use

Definition at line 172 of file hlltypes.hpp.


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