ObservingMode

class ctapipe.containers.ObservingMode(value)[source]

Bases: enum.Enum

How a scheduling block is observed. Part of the Observation Configuration data model.

Attributes Summary

CUSTOM

GRID

ON_OFF

UNKNOWN

WOBBLE

Attributes Documentation

CUSTOM = 3
GRID = 2
ON_OFF = 1
UNKNOWN = -1
WOBBLE = 0