Skip to content
Snippets Groups Projects
Commit db5a80f9 authored by tomrink's avatar tomrink
Browse files

minor

parent f2563282
Branches
No related tags found
No related merge requests found
...@@ -1493,6 +1493,7 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files): ...@@ -1493,6 +1493,7 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files):
keys = list(aeolus_dict.keys()) keys = list(aeolus_dict.keys())
cnt = 0
last_f_idx = -1 last_f_idx = -1
param_nd = None param_nd = None
dataset = None dataset = None
...@@ -1531,6 +1532,8 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files): ...@@ -1531,6 +1532,8 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files):
param_nd = np.stack(data, axis=0) param_nd = np.stack(data, axis=0)
match_dict[cnt] = (key, cc, ll, f_idx, prof, param_nd) match_dict[cnt] = (key, cc, ll, f_idx, prof, param_nd)
cnt += 1
for ds in dataset_s: for ds in dataset_s:
ds.close() ds.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment