v0.19.0
v0.19.0 Highlights
Plotting:
- The bokeh footprint plot with the survey print in the background now shows only the outlines of the footprint. This significantly speeds up loading of the resulting plot and speed of its use.
- The DDF cadence plot will now identify DDFs by name more clearly and the plot has clearer date labels.
- Tool tips for the visits timeline plots are easier to customize.
- Values shown in the visit timeline tooltips are more limited by default. (making it easier to see when there are dense points)
- healpix plots without overplotted visits are now possible (making simpler plots for reports)
Report generation:
- Documentation of how to generate the schedview reports has been written. https://schedview.lsst.io/reports.html
- A command to inventory the prenight simulations is now available
- Querying SV visits from the consdb has a simpler interface; tokenfiles are also now supported. These features are likely to deprecated in a future version of schedview, as we are working to place these functions into
lsst-sims.rubin_nightsinstead. - When generating the report table of contents, a subset of reports (such as the public night summary only) can now be included. This supports generating toc for public or project use.
- A new SV summary table is now generated for use with the daily public reports, counting a few simple statistics from the previous night of observations.
What's Changed
- tickets/SP-2229: Prevent overlap of date tick labels in DDF cadence plot by @ehneilsen in #157
- tickets/SP-2364: Add pre-night invertory command by @ehneilsen in #156
- tickets/SP-2443: add config_logging_for_reports by @ehneilsen in #158
- tickets/SP-2444: Simplified API for querying sv visits from the consdb by @ehneilsen in #159
- tickets/SP-2466: Replace footprint filled polygon plot with outlines by default by @ehneilsen in #162
- tickects/SP-2468: identify DDFs for cadence plot even when target_name differs by @ehneilsen in #161
- tickets/SP-2458: support healpix map grids without overplotted visits by @ehneilsen in #163
- tickets/SP-2470: Suport setting which reports to include in the report TOC by @ehneilsen in #164
- tickets/SP-2473: actually use passed axes in map_visits_over_healpix by @ehneilsen in #165
- tickets/SP-2544: Be robust to metadata data missing from the prenight sim database by @ehneilsen in #168
- tickets/SP-2539: better support for using tokens from files by @ehneilsen in #167
- tickets/SP-2479: Make it easier to customize tooltips in the visits timeline plot by @ehneilsen in #166
- add basic sv stat table by @yoachim in #172
- tickets/SP-2519: Limit options in visit timeline by @ehneilsen in #171
- tickets/SP-2369: Document pre-generation of schedview reports by @ehneilsen in #170
- tickets/SP-2545: only try to include columns that exist in prenight inventory table by @ehneilsen in #169
New Contributors
Full Changelog: v0.18.0...v0.19.0