From 1b66ac1f243c3806f5fea3757d6a8e240d003176 Mon Sep 17 00:00:00 2001 From: Cal Wing <20716204+calw20@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:24:02 +1000 Subject: [PATCH] fix title --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 41584e5..f2423e0 100644 --- a/main.py +++ b/main.py @@ -321,7 +321,7 @@ def load_data(data_path: str, data={}) -> dict: cArgs = dataInfo["canny-args"] doCannyPlot = x2_shot == "x2s5829" and probe == "st2" and False plotValues = { - "plot_title": f"Canny Shock Finding Result for {x2_shot} - ST1 Gauge 1", + "plot_title": f"Canny Shock Finding Result for {x2_shot} - ST2 Gauge 1", "plot_time_unit": "$\\mu$s", "y_label": "Voltage Reading (V)", }