From 0bd639e9818ab99be8a8ed90e897f971e8561c1d Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 3 Jun 2021 12:51:41 -0500 Subject: [PATCH] add new match file creator --- modules/aeolus/aeolus_amv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index b4921eef..ad1fc2b8 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 -- GitLab