From d2e1a367f3215cd0ff620b1f4e33685bb58ade21 Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Tue, 10 Dec 2024 11:03:18 +0100
Subject: [PATCH] Remove obsolete ROyFit plot

---
 frontend/app/routes.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frontend/app/routes.py b/frontend/app/routes.py
index a4f5407..4dd2ca0 100644
--- a/frontend/app/routes.py
+++ b/frontend/app/routes.py
@@ -26,10 +26,10 @@ AHRS_PLOTS = ['yaw_calib_du*', 'pitch_calib_du*', 'roll_calib_du*']
 TRIGGER_PLOTS = [['trigger_rates'], ['trigger_rates_lin']]
 K40_PLOTS = [['intradom'], ['angular_k40rate_distribution']]
 RTTC_PLOTS = [['rttc']]
-RECO_PLOTS = [['time_residuals', 'ztplot_roy']]
+RECO_PLOTS = [['time_residuals']]
 COMPACT_PLOTS = [['dom_activity', 'dom_rates', 'pmt_rates'],
                  ['trigger_rates', 'trigger_rates_lin'],
-                 ['ztplot', 'ztplot_roy', 'triggermap']]
+                 ['ztplot', 'triggermap']]
 SN_PLOTS = [['sn_bg_histogram', 'sn_pk_history']]
 RASP_PLOTS = [['dom_rates', 'ztplot', 'triggermap'],
               [
-- 
GitLab