There is a newer version of the record available.

Published September 3, 2024 | Version v.1.2.2
Software Open

lsst/rubin_scheduler: v.1.2.2

  • 1. Univeristy of Washington
  • 2. Fermi National Accelerator Laboratory
  • 3. Rubin Observatory

Description

Updates with v1.2.2:

Changes in v1.2.2 that could affect the baseline survey:

  • Tweaking the DDF locations to match the 2018 cadence white paper
  • Euclid deep drilling field dither detailer updates
  • Increase the default read out time to 2.4s
  • Add jerk to slewtime calculations, with a default value
  • Increase downtime estimates in year one (ramping down over first year)
  • Swap from note to scheduler_note and target to target_name.
  • Addition of science_program, observation_reason and json_block to requested observations (and simulation outputs)
  • Small bug fixes in NObsSurvey (primarily an issue for FieldSurvey programs)
  • Some unused kwargs are removed from the BlobSurvey

Changes that could affect commissioning/aux tel surveys include the above plus:

  • Updates to FieldSurvey (addition of the option to only count observations with a particular survey note)
  • Updates to basis function names

Additional changes:

  • SchemaConverter is more robust against missing or changed columns
  • Support for retrieving visits from the ConsDB is added
  • Support to automatically run daily one-night auxtel sims to support the prenight briefing

What's Changed

  • PREOPS-5256: make rubin_scheduler.scheduler.utils.SchemaConverter.opsim2obs robust to columns of unexpected type by @ehneilsen in https://github.com/lsst/rubin_scheduler/pull/69
  • Pin scipy by @rhiannonlynne in https://github.com/lsst/rubin_scheduler/pull/70
  • PREOPS-5190: Automatically run one-night auxtel sims daily to support the prenight briefing by @ehneilsen in https://github.com/lsst/rubin_scheduler/pull/71
  • OPSIM-1163: Update DDF locations to 2018 white paper by @rhiannonlynne in https://github.com/lsst/rubin_scheduler/pull/73
  • OPSIM-1164: cleanup deprecation warnings, skip unit test if lsst.ts not available by @yoachim in https://github.com/lsst/rubin_scheduler/pull/74
  • OPSIM-1140: swap note to scheduler_note by @yoachim in https://github.com/lsst/rubin_scheduler/pull/77
  • add switch to use old ddf locs by @yoachim in https://github.com/lsst/rubin_scheduler/pull/75
  • increase read time to 2.4s by @yoachim in https://github.com/lsst/rubin_scheduler/pull/78
  • Euclid detailer updates (doc and field coordinates) U/yoachim/euclid detailer clean by @yoachim in https://github.com/lsst/rubin_scheduler/pull/79
  • Fix bug in "NObsSurvey" feature to add_observation/add_observation_array by @yoachim in https://github.com/lsst/rubin_scheduler/pull/81
  • OPSIM-1170: convert observation schema from target to target_name by @yoachim in https://github.com/lsst/rubin_scheduler/pull/82
  • PREOPS-5245: Add support for reading visits from ConsDB by @ehneilsen in https://github.com/lsst/rubin_scheduler/pull/80
  • PREOPS-5361: Gracefully handle missing columns in SchemaConverter by @ehneilsen in https://github.com/lsst/rubin_scheduler/pull/83
  • OPSIM-1173: : change basis function names, small bug fix by @rhiannonlynne in https://github.com/lsst/rubin_scheduler/pull/85
  • OPSIM-1174: modify FieldSurvey, add new fields to observation by @rhiannonlynne in https://github.com/lsst/rubin_scheduler/pull/87
  • PREOPS-5366: remove old minimum pair time kwarg since blob no longer adjust pair time by @yoachim in https://github.com/lsst/rubin_scheduler/pull/89
  • OPSIM-1178: update defaults to add more downtime in year and add jerk by @yoachim in https://github.com/lsst/rubin_scheduler/pull/90
  • Unpin scipy by @rhiannonlynne in https://github.com/lsst/rubin_scheduler/pull/92

Full Changelog: https://github.com/lsst/rubin_scheduler/compare/v1.2.1...v.1.2.2

Files

lsst/rubin_scheduler-v.1.2.2.zip

Files (375.6 kB)

Name Size Download all
md5:137f2753632c5eb7e62ba8e23dc44bc7
375.6 kB Preview Download

Additional details

Related works