Unreleased changes ------------------ * `ztplot.py` now exits with return code 1 when an `OverflowError` occurs while converting the event time and dumps the raw event data to `data/` Version 2 --------- 2.2.5 / 2022-12-15 ~~~~~~~~~~~~~~~~~~ * `log_analyser.py` now also parses gzipped log files * Several backend scripts now also log the memory consuption * Fixes memory issues in several backend scrripts, which were introduced in MatplotLib 3.5.2 * Updated km3pipe to 9.13.8 and km3db to 0.11.1 in the backend 2.2.4 / 2022-12-01 ~~~~~~~~~~~~~~~~~~ * Minor fixes 2.2.3 / 2022-11-20 ~~~~~~~~~~~~~~~~~~ * Updates dependencies: km3pipe==9.13.5 which fixes the issue with the triggered_hits scripts 2.2.2 / 2022-11-14 ~~~~~~~~~~~~~~~~~~ * Updated dependencies * `msg_dumper.py` now als logs `Born` and `Died` tagged messages from the logging ligier 2.2.1 / 2022-11-07 ~~~~~~~~~~~~~~~~~~ * Fixes the log analyser script which was crashing when log files where gzipped * Added "Born" and "Died" tags to the message logger system 2.2.0 / 2022-05-17 ~~~~~~~~~~~~~~~~~~ * Updated requirements for backend and frontent * Fixed a few other hangs when DB connection issues occur 2.1.7 / 2022-03-10 ~~~~~~~~~~~~~~~~~~ * Reco container updated to Julia 1.7.2 and the latest versions of all dependencies * Reversed the colours of the DOM activity map 2.1.6 / 2021-12-01 ~~~~~~~~~~~~~~~~~~ * Update km3db to 0.7.3 which has better error handling for database connection issues (especially related to the AHRS calibration monitoring) 2.1.5 / 2021-11-24 ~~~~~~~~~~~~~~~~~~ * Hotfix (fixes trigger rate and ztplot crash) 2.1.4 / 2021-11-23 ~~~~~~~~~~~~~~~~~~ * Renamed the docker image tags from foo:vX.Y.Z to foo:X.Y.Z 2.1.3 / 2021-11-21 ~~~~~~~~~~~~~~~~~~ * km3pipe pinned to 9.11.2 * All requirements are pinned now 2.1.2 / 2021-11-05 ~~~~~~~~~~~~~~~~~~ * Minor bugfixes in CI 2.1.1 / 2021-11-04 ~~~~~~~~~~~~~~~~~~ * Added Docker image CI 2.1.0 / 2021-11-04 ~~~~~~~~~~~~~~~~~~ * Triggered hits plot added 2.0.0 / 2021-05-05 ~~~~~~~~~~~~~~~~~~ * Fully dockerised monitoring system * Log analyser added by Rodri <rgracia@km3net.de> * Log files are now showing plots indicating the number of errors and warnings thanks to Rodri <rgracia@km3net.de> * Corrupt event data are now skipped in trigger rate, which previously crashed the thread * Several catches of errors in online processing to make things run and log instead of crash and annoy * Preliminary support for km3pipe v9 Version 1 --------- 1.2.0 / 2019-11-25 ~~~~~~~~~~~~~~~~~~ * Top 10 events are now saved * Added automatic ELOG entry for massive evenets, monitored in ``ztplot.py`` 1.1.1 / 2019-10-23 ~~~~~~~~~~~~~~~~~~ * Several bugfixes and improvements 1.1.0 / 2019-10-03 ~~~~~~~~~~~~~~~~~~ * Several bugfixes and improvements 1.0.0 / 2019-06-29 ~~~~~~~~~~~~~~~~~~ * First major release, using supervisord