Skip to content

Adding lockloss summary plots to webpages

Yannick Lecoeuche requested to merge yannick.lecoeuche/locklost:summary into master

Creates a new webpage with link (in green) located below the github links. Adds a module (locklost/summary.py) that collects data from EVENT_ROOT and creates/saves histogram plots based on this data. These plots are saved to a directory (events/summary_plots), which is further subdivided into directories for plots derived from locklosses in the prior week, month, and over the entire run (ex: events/summary_plots/Month).

The ability to run the summary module from the command line is added to locklost/main.py, and the summary plot template is added as locklost/web/templates/summary.tpl.

Images of the site are attached below:

Screen_Shot_2020-02-07_at_9.06.02_AM

Screen_Shot_2020-02-07_at_9.06.19_AM

Edited by Yannick Lecoeuche

Merge request reports