Blame view

config/devices/device_ZWO_ASI1600MMPro_generic.yml 3.79 KB
c124548f   Alain Klotz   Ajout de la confi...
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
# 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: Undefined
    manufacturer: ZWO
    model: "ASI1600MM Pro"
    description: "ZWO CMOS camera ASI 1600MM Pro. Sensor Panasonic MN34230"
    sn: Undefined
    power:
        voltage: 12
        intensity: 5
        socket: "IEC 60130-10 Type A: 5.5 mm OD, 2.5 mm ID"
        
    connector:
        input: "male 2 inches"
        output: USB3

    comm:
        supports: ["USB3"]
        languages: ["ZWO"]
        support: "USB3"
        language: "ZWO"
        
    CAPABILITIES:
    
        - CAPABILITY:
            component: DetectorSensor
            
            attributes:
            
                - attribute:
                    key: manufacturer
                    value: Panasonic

                - attribute:
                    key: model
                    value: MN34230

                - attribute:
                    key: type
                    value: ["CMOS"]
                    
                - attribute:
                    key: exposuretime
                    value: 1.0
                    liminf: 0.001
                    limsup: 1000
                    is_editable: True
                    
                - attribute:  
                    key: binnings
                    value: 
                       binxy:       [ [1,1], [2,2] ]
                       readouttime: [   0.8,   0.8 ]
                    is_editable: True
                    
                - attribute:
                    key: celldimx
                    value: 3.8e-6
                - attribute:
                    key: celldimy
                    value: 3.8e-6
                    
                - attribute:
                    key: cellnbx
                    value: 4656
                - attribute:
                    key: cellnby
                    value: 3520

                - attribute:
                    key: color
                    value: ["None"]
                    
                - attribute:
                    key: qdes
                    # http://www.astrosurf.com/buil/atik_vs_zwo/
                    value:
                       wavelengths: [350e-9, 375e-9, 400e-9, 425e-9, 450e-9, 475e-9, 500e-9, 525e-9, 550e-9, 575e-9, 600e-9, 625e-9, 650e-9, 675e-9, 700e-9, 725e-9, 750e-9, 775e-9, 800e-9, 900e-9, 1000e-9, 1100e-9]
                       qde:         [   0.0,   0.15,    0.4,    0.5,    0.6,   0.62,    0.6,   0.58,   0.55,   0.52,   0.48,   0.47,   0.41,   0.37,   0.32,   0.26,   0.22,   0.18,   0.16,   0.08,    0.04,     0.0]
                        
                - attribute:
                    key: electronic
                    # for binning 1
                    value:
                       gain_manufacturer: [    0,    50,   100,   200,   300]
                       gain_eadu:         [ 5.06,  2.75,  1.51, 0.475, 0.151]
                       readout_noise:     [  3.9,   2.4,   1.8,   1.3,   1.1]
                       readout_signal:    [  778,   773,   768,   762,   756]
                       saturation_level:  [65535, 65535, 65535, 65535, 65535]

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

                - attribute:
                    key: model
                    value: None

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

                - attribute:
                    key: modes
                    value: ["opened"]
                    is_editable: False