From 29f71ebb4def1d93021011d5ce4c795cea5bb2e2 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 25 Mar 2021 10:13:35 -0500 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index ba2b1d87..1cfdf1ed 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -525,9 +525,9 @@ def run_qc(filename, filename_l1b): phs = np.concatenate(phs) opd = np.concatenate(opd) - print(np.histogram(bts, bins=20)) - print(np.histogram(opd, bins=20)) - print(np.histogram(phs, bins=8)) + print(np.histogram(bts, bins=10)) + print(np.histogram(opd, bins=10)) + print(np.histogram(phs, bins=6)) return mask -- GitLab