Main Page | Class List | Directories | File List | Class Members | File Members

ccu_database_struct Struct Reference

#include <ccu.h>

List of all members.

Public Attributes

int num
int capacity
int binx
int biny
int loadl
char detec [1000]
char ccd [1000]
char data [1000]
char bias [1000]
char trim [1000]
char name [1000]


Detailed Description

the CCD Controller database (information about the CCD Chip the readout sequences etc.) Each struct corresponds to a single readout sequence.


Member Data Documentation

char ccu_database_struct::bias[1000]
 

The section in virtual pixels in the FITS file containing the bias region (format [x1,x2,y1,y2])

int ccu_database_struct::binx
 

the binning in x directing for readout

int ccu_database_struct::biny
 

the binning in y directing for readout

int ccu_database_struct::capacity
 

The capacity of the intergation capacitor (in custom not necessrily linear units )

char ccu_database_struct::ccd[1000]
 

The section in phyical pixels on the Chip that is read out (format [x1,x2,y1,y2])

char ccu_database_struct::data[1000]
 

The section in virtual pixels in the FITS file were the data corresponding to "ccd" is stored (format [x1,x2,y1,y2])

char ccu_database_struct::detec[1000]
 

The name of the CCD Chip

int ccu_database_struct::loadl
 

the loadlist, and information required by our CCD Controller

char ccu_database_struct::name[1000]
 

The name of the readout sequence

int ccu_database_struct::num
 

serial number of the dataset

char ccu_database_struct::trim[1000]
 

The section in virtual pixels in the FITS file containing the section containing good data, that shall be used for analyses (format [x1,x2,y1,y2] )


The documentation for this struct was generated from the following file:
Generated on Fri Dec 16 22:23:42 2005 for gboccia by  doxygen 1.4.2