ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

ObservingMode#

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

Bases: 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#