DetectorSensor.yml 2.1 KB
- attribute:
  key: manufacturer
  is_container: False
  value: Panasonic
  is_editable: True
  unit: ""
  label: manufacturer

- attribute:
  key: _model
  is_container: False
  value: MN34230
  unit: ""
  is_editable: False
  label: "model"

- attribute:
  key: _type
  is_enum: True
  value: ["CMOS","CCD"]
  unit: ""
  is_editable: True
  label: "type"

- attribute: 
  key: _celldimx
  is_container: False
  value : 3.8e-6
  unit: "m"
  is_editable: False
  label: "celldimx"

- attribute: 
  key: _celldimy
  is_container: False
  value : 3.8e-6
  unit: "m"
  is_editable: False
  label: "celldimy"

- attribute: 
  key: _cellnbx
  is_container: False
  value : 4656
  unit: "pix"
  is_editable: False
  label: "cellnbx"

- attribute: 
  key: _cellnby
  is_container: False
  value : 3520
  unit: "pix"
  is_editable: False
  label: "celldnby"

- attribute: 
  key: _color
  is_enum: True
  value : [ None, "bayerCFA"]
  unit: ""
  is_editable: True
  label: "color"

- attribute :
  key : _qdes
  is_container: True
  value:
      _wavelengths:  [379e-9, 380e-9, 1100e-9, 1101e-9]
      _qde: [0.0,       0.9,     0.9,     0.0]
  unit: 
    _wavelengths: "m"
    _qde: "electron/photon"
  is_editable: False
  label: "dqe response"

- attribute:
  key: _exposuretime
  is_container: False
  value: 1.0
  liminf: 0.001
  limsup: 600
  unit: "s"
  is_editable: False
  label: "exposure time"

- attribute:  
  key: binnings
  is_container: True
  value: 
    _binxy:       [ [1,1], [2,2], [3,3], [4,4] ] # form
    _readouttime: [     6,     4,     3,     1 ]
  unit:
    _binxy:       ""
    _readouttime: "s"
  is_editable: False
  label: "binning"

- attribute:
  key: electronic
  is_container: True
  value:
    _gain_manufacturer: [0,     1,  20]
    _gain_eadu:         [1.0, 2.0, 5.0] # form
    _readout_noise:     [2.0, 2.0, 2.0]
    _readout_signal:    [250, 250, 250]
    _saturation_level:  [65535, 65535, 65535]
  unit: 
    _gain_manufacturer: ""
    _gain_eadu:         "electron/adu"
    _readout_noise:     "electron/cell"
    _readout_signal:    "adu"
    _saturation_level:  "adu"
  is_editable: False
  label: "electronic"