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

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

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

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

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

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

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

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

- 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"
    description: ""

- attribute:
    key: exposuretime
    is_container: False
    value: 1.0
    liminf: 0.001
    limsup: 600
    unit: "s"
    is_editable: False
    label: "exposure time"
    description: "Exposure time in seconds"

- 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"
    description: ""

- 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"
    description: ""