From fdd5f686062d653f0db1a1f297eb867c035e855c Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 13 Apr 2021 09:49:14 -0500
Subject: [PATCH] snapshot...

---
 modules/icing/pirep_goes.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 8b8cefb0..692af1a9 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -1150,6 +1150,7 @@ def run_mean_std():
             data.append(no_ice_h5f[dname][:,].flatten())
 
         data = np.concatenate(data)
+        print(data.shape)
         mean = np.mean(data)
         data -= mean
         std = np.std(data)
-- 
GitLab