SequentialParameters

class lsst.ts.scheduler.driver.SequentialParameters(night_boundary: float = -12.0, new_moon_phase_threshold: float = 20.0)

Bases: DriverParameters

Sequential driver parameters.

Notes

Example of a yaml configuration.

targets:
  • ra: 12:00:00 dec: -10:00:00 name: tile1 instrument_setup:

    • exptime: 15. filter: r

    • exptime: 15. filter: r

  • ra: 12:00:00 dec: -13:30:00 name: tile2 instrument_setup:

    • exptime: 15. filter: r

    • exptime: 15. filter: r

Attributes Summary

new_moon_phase_threshold

night_boundary

observing_list

Methods Summary

setDefaults()

Set defaults for the LSST Scheduler's Driver.

Attributes Documentation

new_moon_phase_threshold: float = 20.0
night_boundary: float = -12.0
observing_list: str = ''

Methods Documentation

setDefaults() None

Set defaults for the LSST Scheduler’s Driver.