diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index b4921eef90eff3e6cbeceeaa42d4b44bd0e0562e..ad1fc2b8f7bdd1c707919ef3b1590aa5a321faf0 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -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