SchedulerModes

class lsst.ts.scheduler.utils.SchedulerModes(value)

Bases: IntEnum

An enumeration.

Attributes Summary

MOCKS3

NORMAL

SIMULATION

Attributes Documentation

MOCKS3 = 1
NORMAL = 0
SIMULATION = 2