From 78071f578d712f7c86aaec3c6a2486c1873f63c6 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Tue, 19 Mar 2019 00:31:44 +0100 Subject: [PATCH] Add time residuals --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index f1b87aa..1123437 100644 --- a/app/routes.py +++ b/app/routes.py @@ -17,7 +17,7 @@ AHRS_PLOTS = [['yaw_calib'], ['pitch_calib'], ['roll_calib']] TRIGGER_PLOTS = [['trigger_rates'], ['trigger_rates_lin']] K40_PLOTS = [['intradom'], ['angular_k40rate_distribution']] RTTC_PLOTS = [['rttc']] -RECO_PLOTS = [['track_reco', 'ztplot_roy']] +RECO_PLOTS = [['track_reco', 'ztplot_roy'], ['time_residuals']] COMPACT_PLOTS = [['dom_activity', 'dom_rates', 'pmt_rates', 'pmt_hrv'], ['trigger_rates', 'trigger_rates_lin'], ['ztplot', 'ztplot_roy', 'triggermap']] -- GitLab