Skip to content

v0.18.0

Choose a tag to compare

@rhiannonlynne rhiannonlynne released this 26 Jun 07:34
· 248 commits to main since this release
ac222fb

v0.18.0 updates:

A new tool is added to plot the outline of the healpix footprint, instead of filling it in. This results in significantly faster and lighter-weight bokeh plots of the sky with the footprint background.

Code to generate the table of contents (such as https://usdf-rsp-int.slac.stanford.edu/schedview-static-pages/) is added. This can also create an RSS feed.

Hovertool text for plots are improved by adding the observation_reason and science_program to the hover text.

Some bugs with the skyproj LaeaSkyProj plots has been fixed to address compatibility with skyproj 2.0.3.
The plots created by these in the nights and prenight reports are now in bandpass-order (ugrizy).

Some bugs with the overhead vs. slewtime scatter are addressed.

The required versions of rubin_scheduler and rubin_sim are updated, to match the actual requirements of all plots in schedview.

What's Changed

  • SP-2309: specify now-required extent argument is skyproj.LaeaSkyproj by @ehneilsen in #148
  • tickets/SP-2290: Add tools to schedview to plot outlines of the survey footprint by @ehneilsen in #147
  • SP-2311: put maps in schedview.plot.survey.create_metric_visit_map_grid in band order by @ehneilsen in #149
  • tickets/SP-2312: add science_program and observation_reason to hovertext on the scheduler-nightsum visit map by @ehneilsen in #150
  • ticktes/SP-2314: fix overhead vs. slew time scatter plot in the scheduler nightsum by @ehneilsen in #151
  • ticktes/SP-2355: Update to used rubin-scheduler 3.10.0 in container by @ehneilsen in #153
  • tickets/SP-2352: add code to build a table of contents for pre-generate schedview reports (plus rss, which is almost the same) by @ehneilsen in #154
  • tickets/SP-2348: pass url to the call to load_consdb_visits by @ehneilsen in #152
  • SP-2370: Update required version of rubin_scheduler and rubin_sim by @rhiannonlynne in #155

Full Changelog: v0.17.0...v0.18.0