device_ZWO_ASI1600MMPro_generic.yml 3.79 KB
# 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