From a829db48e5bccae1b0fef442a9124acc4b75fa16 Mon Sep 17 00:00:00 2001 From: Charles Titus Date: Mon, 11 Nov 2024 19:30:57 -0500 Subject: [PATCH] Needed to add TES ROI keys explicitly to usekeys --- export_tools.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/export_tools.py b/export_tools.py index cf41a16..13df40a 100644 --- a/export_tools.py +++ b/export_tools.py @@ -132,6 +132,9 @@ def get_run_data(run, omit=[]): print(f"No TES Data is Processed for {run.start['scan_id']}") rois = {} tes_data = {} + for key in rois: + if key not in usekeys: + usekeys.append(key) for key in usekeys: if len(data[key].shape) == 1: if key in tes_data: