SatAndLight  2.2.2-hubble
Simulation toolkit for space telescopes
CameraConfig.h File Reference

This module is used to configure a CCD camera. More...

#include "CUtils.h"
Include dependency graph for CameraConfig.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  CAMERA_MAPTYPE { pixamplitude , pixdarknoise , pixreadnoise , pixntype }
 Enumerator to describe the different types of maps. More...
 

Variables

const int CAMERA_NHITMAX = 10000
 Maximum number of hits per picture. More...
 

Detailed Description

This module is used to configure a CCD camera.

Authors
Florent Robinet, flore.nosp@m.nt.r.nosp@m.obine.nosp@m.t@ij.nosp@m.clab..nosp@m.in2p.nosp@m.3.fr

Enumeration Type Documentation

◆ CAMERA_MAPTYPE

Enumerator to describe the different types of maps.

Enumerator
pixamplitude 

raw amplitude map.

pixdarknoise 

pixel dark noise map.

pixreadnoise 

pixel read noise map.

pixntype 

number of map types.

Variable Documentation

◆ CAMERA_NHITMAX

const int CAMERA_NHITMAX = 10000

Maximum number of hits per picture.

Todo:
Use dynamic size.