From 3c3d50545f8ca8209df99b2846a991fada79ba5a Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 5 Jan 2022 11:25:58 -0600
Subject: [PATCH] snapshot...

---
 modules/icing/pirep_goes.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 1b622878..1a94aa97 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -645,8 +645,8 @@ def process_boeing(ice_dct, no_ice_dct):
     ridxs = np.random.permutation(np.arange(no_ice_keys.shape[0]))
     no_ice_keys = no_ice_keys[ridxs]
     no_ice_tidx = no_ice_tidx[ridxs]
-    no_ice_keys = no_ice_keys[::10]
-    no_ice_tidx = no_ice_tidx[::10]
+    no_ice_keys = no_ice_keys[::20]
+    no_ice_tidx = no_ice_tidx[::20]
     print('no ice reduced: ', no_ice_keys.shape[0])
 
     sidxs = np.argsort(no_ice_keys)
-- 
GitLab