v0.20.0
v0.20.0
Feature added in v0.20.0 include updating schedview to match the metadata tracking of prenight simulations in Rubin-sim 2.6.0.
Loading of the sky brightness-pre files is removed from use of the ModelObservatory wherever possible, reducing the need for this simulation data in some use-cases.
Some bug fixes or potential bugs were addressed in handling of the sim creation date, translating snapshot URIs from summit to USDF, and the text relating to the timing of the first and last visits of the night in the 'overhead' table. The current footprint is now called from a utility in rubin_scheduler, instead of calling a specific named footprint, making this more robust to updates in the footprint.
What's Changed
- tickets/SP-2167: Replace prototype metadata tracking of opsim simulations for schedview with one based on a postgresql database by @ehneilsen in #176
- Be robust to the type of sim_creation_day_obs in read_multiple_prenights by @ehneilsen in #177
- tickets/SP-2188: Get footprint from "CurrentAreaMap" instead of fixed version by @ehneilsen in #179
- tickets/SP-2739: fix specification of first and last visits on a night relative to sunrise in overhead table by @ehneilsen in #178
- tickets/SP-2764: Call function to translate summit URL for scheduler pickle to a USDF one by @ehneilsen in #181
- tickets/SP-2765: Be more rebust to missing dependencies of sim_archive by @ehneilsen in #182
- tickets/SP-2754: add no_sky=True to ModelObservatory wherever possible by @ehneilsen in #180
Full Changelog: v0.19.1...v0.20.0