SequentialParameters

class lsst.ts.scheduler.driver.SequentialParameters(night_boundary=-12.0, new_moon_phase_threshold=20.0, cwfs_block_name='cwfs')

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

Parameters:
  • night_boundary (float, default: -12.0)

  • new_moon_phase_threshold (float, default: 20.0)

  • cwfs_block_name (str, default: 'cwfs')

Attributes Summary

cwfs_block_name

new_moon_phase_threshold

night_boundary

observing_list

Methods Summary

setDefaults()

Set defaults for the LSST Scheduler's Driver.

Attributes Documentation

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

Methods Documentation

setDefaults()

Set defaults for the LSST Scheduler’s Driver.

Return type:

None