Skip to content

v1.2.0

Compare
Choose a tag to compare
@rhiannonlynne rhiannonlynne released this 22 Aug 22:36
· 439 commits to main since this release
794a546

Updates v1.2.0

Between v1.1.0 and v1.2.0, some extensive updates in terms of docstrings, formatting, and imports took place. We’re working towards the documentation building without errors or warnings, although this is not there yet.

Code updates include:

  • adding a sun altitude limit for scheduled observations
  • updating the implementation of long gap (triplet) visits to only run for one blob per night, but also to work within the fbs implementation within the scheduler CSC module
  • Observation outputs now include “Target” as well as “note” (note is intended to be scheduler information; target would be more general user-information).
  • Survey names are more usefully/informationally generated automatically. This along with the previous may modify previous use of survey names
  • The ‘example scheduler’ creates a default survey strategy similar to baseline_v3.2.
  • rework the Bandpass class to remove automatic wavelength limit/wavelength step definitions: this is now a user responsibility to ensure they are appropriate, however it does facilitate using non-Rubin bandpass definitions more easily
  • the generation of moving object detections is updated to use pre-calculated rough (daily) grids of observations, if avaiable (note the addition of “pre-computed orbits” to rubin_sim_data). There were also updates in how moving object detections are stored on disk, and thus read in MAF.
  • the “uniformity” metric has a new generalized form, so can be used for more than just observation time/mjd.
  • the “TGapsMetric” has been replaced by the “Gaps” metric, for a more quantitative rather than relative measurement of time sampling at various timescales (primarily a few hours to a day)
  • Addition of a new “limited radar” metric set, which is a copy of a subset of metrics in ‘radar’ (aka “Science metrics”).

What's Changed

New Contributors

Full Changelog: 1.1.1...1.2.0