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

add new match file creator

parent a5470e32
No related branches found
No related tags found
No related merge requests found
...@@ -1461,8 +1461,8 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files): ...@@ -1461,8 +1461,8 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files):
# if c_rng is None: # if c_rng is None:
# continue # continue
param_nd = param_nd[:, cc-4:cc+5, ll-4:ll+5] tiles = param_nd[:, cc-4:cc+5, ll-4:ll+5]
match_dict[cnt] = (key, cc, ll, f_idx, prof, param_nd) match_dict[cnt] = (key, cc, ll, f_idx, prof, tiles)
cnt += 1 cnt += 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment