fix title

This commit is contained in:
Cal Wing 2024-10-23 14:24:02 +10:00
parent 7d6b3403f5
commit 1b66ac1f24

View File

@ -321,7 +321,7 @@ def load_data(data_path: str, data={}) -> dict:
cArgs = dataInfo["canny-args"] cArgs = dataInfo["canny-args"]
doCannyPlot = x2_shot == "x2s5829" and probe == "st2" and False doCannyPlot = x2_shot == "x2s5829" and probe == "st2" and False
plotValues = { 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", "plot_time_unit": "$\\mu$s",
"y_label": "Voltage Reading (V)", "y_label": "Voltage Reading (V)",
} }