Observing Mode
- class ska_control_model.ObsMode(value)
Python enumerated type for observing mode.
- CALIBRATION = 7
Calibration observation is active.
- DYNAMIC_SPECTRUM = 4
Dynamic spectrum observation is active.
Use of DYNAMIC_SPECTRUM is deprecated and will be removed in a future release and PULSAR_TIMING will be used instead.
- IDLE = 0
The observing mode shall be
IDLEwhen the observing state isIDLE(seeObsState). Otherwise, it will correctly report the appropriate value.More than one observing mode can be active in the same subarray at the same time.
- IMAGING = 1
Imaging observation is active.
- PULSAR_SEARCH = 2
Pulsar search observation is active.
- PULSAR_TIMING = 3
Pulsar timing observation is active.
- TRANSIENT_SEARCH = 5
Transient search observation is active.
- VLBI = 6
Very long baseline interferometry observation is active.
- __new__(value)