Skip to content

Commit

Permalink
Needed to add TES ROI keys explicitly to usekeys
Browse files Browse the repository at this point in the history
  • Loading branch information
cjtitus committed Nov 12, 2024
1 parent a1b3d6b commit a829db4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions export_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a829db4

Please sign in to comment.