Merge branch 'summary' into 'master'
Adding lockloss summary plots to webpages 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. See merge request !93
No related branches found
No related tags found
Showing
- locklost/__main__.py 4 additions, 0 deletionslocklost/__main__.py
- locklost/config.py 2 additions, 0 deletionslocklost/config.py
- locklost/summary.py 331 additions, 0 deletionslocklost/summary.py
- locklost/summary/__init__.py 0 additions, 0 deletionslocklost/summary/__init__.py
- locklost/web/__main__.py 9 additions, 0 deletionslocklost/web/__main__.py
- locklost/web/templates/base.tpl 2 additions, 0 deletionslocklost/web/templates/base.tpl
- locklost/web/templates/summary.tpl 55 additions, 0 deletionslocklost/web/templates/summary.tpl
- test/run 3 additions, 1 deletiontest/run
locklost/summary.py
0 → 100644
locklost/summary/__init__.py
deleted
100644 → 0
locklost/web/templates/summary.tpl
0 → 100644
Please register or sign in to comment