From 96fd075f1c715debd493bd823791aebf562355eb Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 13 Apr 2021 10:48:39 -0500
Subject: [PATCH] snapshot...

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

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 2fa37a9a..54cf9152 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -1150,11 +1150,12 @@ 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)
 
+        print(dname,': ', mean, std)
+
         mean_dct[dname] = mean
         std_dct[dname] = std
 
-- 
GitLab