Updates in v2.6.2 include updates within the sim_archive code dealing with prenight simulations, as well as updates within MAF.
The MAF updates include:
- improvements in the sqlalchemy connections to avoid many warning messages about open connections
- the fiducial depths for T_eff have been updated to match SMTN-002 fiducial depths (and obs_lsst fiducial depths)
- metrics using the scheduler_note to group visits by "type" in the glance batch now just use the scheduler_note root (as we are adding additional metadata into the scheduler_note).
- a new stacker for 2nd order DCR values has been added
The improvements related to the sim_archive include updates to the metadata gathering and returned values. This makes it easier to gather information about the prenight simulations, including identifying sims from their tags as well as their dates, and improves the functionality of retrieval of these prenight simulations.
Separately, the AnomalousOverheadFunc has been made more flexible and to match more closely the typical slew delays we see on the summit (as of the time of its creation here; these intervals can be variable as the early observation period continues improving the observatory control software).
What's Changed
- bump of sqlalchemy connections by @yoachim in #510
- tickets/SP-2957: Update metric to support hourglasses on progress reports by @ehneilsen in #511
- scheduler_note growing, so cut down to just the root by @yoachim in #513
- tickets/SP-3016: update fiducial depths for t_eff by @ehneilsen in #514
- tickets/SP-3051: make sure DF returned by get_prenight_index_from_bucket has a name by @ehneilsen in #515
- SP-3068: merge DCR2 stacker by @rhiannonlynne in #517
- tickets/SP-3021: make AnomalousOverheadFunc more flexible by @ehneilsen in #516
- tickets/SP-3039: Move some functionality from schedview notebooks into rubin_sim where it can be reused by @ehneilsen in #518
Full Changelog: v2.6.1...v2.6.2