From bf2964e84b61c0677644f814e36c87cc77688071 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 13 Apr 2021 09:58:15 -0500
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 692af1a9..b25428ce 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -1136,8 +1136,8 @@ def run_mean_std():
     mean_dct = {}
     std_dct = {}
 
-    ice_flist = [f for f in glob.glob('/home/rink/data/icing/icing*.h5')]
-    no_ice_flist = [f for f in glob.glob('/home/rink/data/icing/no_icing*.h5')]
+    ice_flist = [f for f in glob.glob('/home/rink/data/icing/icing_2*.h5')]
+    no_ice_flist = [f for f in glob.glob('/home/rink/data/icing/no_icing_2*.h5')]
 
     ice_h5f_lst = [h5py.File(f, 'r') for f in ice_flist]
     no_ice_h5f_lst = [h5py.File(f, 'r') for f in no_ice_flist]
-- 
GitLab