Blame view

config/components/DetectorSensor.yml 2.1 KB
d9f9c305   aklotz   troisieme commit ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
- 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"