From 71595689dc6ddaf906dee5b666feea27def89b00 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 22 Mar 2019 16:30:30 +0100 Subject: [PATCH] Fix typo --- scripts/ztplot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ztplot.py b/scripts/ztplot.py index 719065b..f245002 100755 --- a/scripts/ztplot.py +++ b/scripts/ztplot.py @@ -200,7 +200,7 @@ class ZTPlot(kp.Module): plt.suptitle( "z-t-Plot for DetID-{0} (t0set: {1}), Run {2}, FrameIndex {3}, " - "TriggerCounter {4}, Overlays {5}, Trigger: {7}" + "TriggerCounter {4}, Overlays {5}, Trigger: {8}" "\n{7} UTC (time offset: {6} ns)".format( event_info.det_id[0], self.t0set, event_info.run_id[0], event_info.frame_index[0], event_info.trigger_counter[0], -- GitLab