Blame view

config/components/DetectorSensor.yml 2.64 KB
d5cacc8d   Alain Klotz   Ajout de descript...
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
- 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"
7b9f2910   Alexis Koralewski   adding descriptio...
95
    description: "Exposure time in seconds"
d5cacc8d   Alain Klotz   Ajout de descript...
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127

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