Skip to content

v2.6.0

Latest

Choose a tag to compare

@rhiannonlynne rhiannonlynne released this 02 Nov 09:01
· 31 commits to main since this release
4f8007d

v2.6.0 introduces the new simulation tracking postgres database, for prenight and progress simulations run using tools in the sim_archive module of rubin_sim. Previously this metadata was held in an h5 file, but moving to a postgres database will allow better scaling through the future. The prenight simulations themselves continue to be stored in an S3 bucket available at USDF.
The prenight simulations themselves moved from the SV configuration to the new LSST survey configuration.

There were also some updates to metrics to move from "filter" to "band", aligning with DM database use of 'band'.

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 #485
  • U/yoachim/band again by @yoachim in #489
  • tickets/SP-2709: Move from prenight sims and reports for SV to LSST by @ehneilsen in #491
  • Add sim_baseline to test data by @rhiannonlynne in #493

Full Changelog: v2.5.1...v2.6.0