From 32b370da5243b9f89d548cec95f39c2b5df72835 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Sun, 2 Jan 2022 21:17:21 -0600 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 83018033..c8f2843a 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -1711,7 +1711,7 @@ def process_boeing(boeing_dct, pirep_dct, threshold=3000): sub_boeing_dct[key] = boeing_dct.get(key) grd_bins, _ = spatial_filter(sub_pirep_dct) - grd_bins_boeing, key_bins = spatial_filter2(sub_boeing_dct) + grd_bins_boeing, key_bins = spatial_filter(sub_boeing_dct) grd_bins = np.where(grd_bins > 0, 1, grd_bins) grd_bins_boeing = np.where(grd_bins_boeing > 0, 1, grd_bins_boeing) -- GitLab