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)", }