diff --git a/app/routes.py b/app/routes.py index f1b87aad0efeef88210476900e6ba9201a62e93f..11234379ae61ddbadc2c396ddf256aa85dab444e 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']]