diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 8b8cefb02cc3dc95f4f031c75fa536c05b8d0b6f..692af1a9f0087eb1d8df876470a1f569fdf96c73 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)