legend-exp / legend-data-monitor

LEGEND data monitoring
https://legend-data-monitor.readthedocs.io
MIT License
0 stars 5 forks source link

fixed 'append' saving option for par1 vs par2 case #111

Closed sofia-calgaro closed 1 year ago

sofia-calgaro commented 1 year ago

In the previous PR, it was left out the case "saving" : "append" when we are looking at "variation": true

sofia-calgaro commented 1 year ago

Re-tested following 'append' cases:

Plot info dictionary stored for each parameter in the final shelve object has the following entries:

dict_keys(['title', 'subsystem', 'locname', 'plot_style', 'time_window', 'resampled', 'range', 'std', 'unit', 'label', 'unit_label', 'limits', 'param_mean', 'parameter', 'variation'])
sofia-calgaro commented 1 year ago

Note: checked that the saved plot info dictionary is compatible with the previous version (all relevant keys for plotting are there and correct for each variation and number of parameters case)