Blame view

privatedev/config/guitalens/device_FLI_Kepler4040_sn2821221.yml 3.14 KB
75a063d0   aklotz   Ajout du C11 et F...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Schema file to check the syntax of this config file
schema: schema_device-2.0.yml

# Here is the description of the configuration of an isolated device
DEVICE:

    _inventory_label: CAM-FLI-2821221
    _manufacturer: FLI
    _model: Kepler4040
    _description: "Camera FLI CMOS" # opt str
    _sn: KL2821221
    _power:
        _voltage: 220
        _intensity: 10
        _socket: "CEE 7/7 2P+T"
        
    _connector:
        _input: "male 3 inches"
        _output: USB3
9ab7385c   aklotz   attached device
20

75a063d0   aklotz   Ajout du C11 et F...
21
22
23
    CAPABILITIES:
    
        - CAPABILITY:
75a063d0   aklotz   Ajout du C11 et F...
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
            component: DetectorSensor
            
            attributes:
            
                - attribute:
                    key: manufacturer
                    value: GSense4040

                - attribute:
                    key: _model
                    value: MN34230

                - attribute:
                    key: _type
                    value: CMOS
                    
                - attribute:
                    key: _exposuretime
                    value: 1.0
                    liminf: 1e-5
                    limsup: 600
                    is_editable: True
                    
                - attribute:  
                    key: binnings
                    value: 
                        _binxy:       [ [1,1] ]
                        _readouttime: [     6 ]
                    is_editable: False
                    
                - attribute:
                    key: _celldimx
                    value: 9e-6
                - attribute:
                    key: _celldimy
                    value: 9e-6
                    
                - attribute:
                    key: _cellnbx
                    value: 4096
                - attribute:
                    key: _cellnby
                    value: 4096

                - attribute:
                    key: _color
                    value: None
                    
                - attribute:
                    key: _qdes
                    value:
                        _wavelengths:  [379e-9, 380e-9, 1100e-9, 1101e-9]
                        _qde: [0.0,       0.9,     0.9,     0.0]
                        
                - attribute:
                    key: electronic
                    value:
                         _gain_manufacturer: ["merge", "high", "low"]
                         _gain_eadu:         [1.10 1.57  20.99] # e/adu
                         _readout_noise:     [4.19 6.37 33.97] # e
                         _readout_signal:    [145, 157, 85] # adu
                         _saturation_level:  [65535, 4096, 4096] # adu

        - CAPABILITY:
            component: DetectorShutter
            
            attributes:
            
                - attribute:
                    key: manufacturer
                    value: FLI

                - attribute:
                    key: _model
                    value: None

                - attribute:
                    key: _type
                    value: ['rolling']

                - attribute:
                    key: _modes
                    value: ["opened"]
                    is_editable: False
9ab7385c   aklotz   attached device
108
109
110

    ATTACHED_DEVICES:
        - file: device_FLI_KITS_sn0x1.yml