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

add new match file creator

parent 3b33ebb9
No related branches found
No related tags found
No related merge requests found
......@@ -1460,7 +1460,7 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files):
# if c_rng is None:
# continue
param_nd = param_nd[:, cc-6:cc+7, ll-6:ll+7]
param_nd = param_nd[:, cc-4:cc+5, ll-4:ll+5]
match_dict[cnt] = (key, cc, ll, f_idx, prof, param_nd)
cnt += 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment