From a04be0889a3c7cd548cdc417ef3b553f87d48ee7 Mon Sep 17 00:00:00 2001 From: Cal Wing <20716204+calw20@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:57:31 +1000 Subject: [PATCH] fidel with canning values --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 26077ec..a73dd73 100644 --- a/main.py +++ b/main.py @@ -192,7 +192,7 @@ def load_data(data_to_load: list[str]) -> dict: probeCh2 = data[x2_shot]["data"]["scope"][2] #[HACK] For detection - TIME_OFFSET = 10 #us + TIME_OFFSET = 50 #us if i > 0: privPoint = dataInfo["probe-info"]["locations"][i-1] time_offset = data[x2_shot]["shock-point"][f"{privPoint}-g1"][1] + TIME_OFFSET