From 34592faa89a8b0ba7b0a13de5e0203c30e4eca82 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Sun, 20 Mar 2022 21:49:33 -0500 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 878358bf..01cd278c 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -958,7 +958,6 @@ def apply_qc_icing_pireps(icing_alt, cld_top_hgt, cld_phase, cld_opd, cld_mask, # Test5 and Test6 # keep = np.where(keep, np.logical_and(bt_11um[i,] > 228.0, bt_11um[i,] < 270.0), False) - keep = np.where(keep, bt_11um[i,] < 270.0, False) # Test3 # keep = np.where(keep, (cld_opd[i,] >= opd_thick_threshold) & (cld_phase[i,] == 4), False) @@ -1018,7 +1017,6 @@ def apply_qc_no_icing_pireps(icing_alt, cld_top_hgt, cld_phase, cld_opd, cld_mas # continue # keep = np.where(keep, np.logical_and(bt_11um[i,] > 228.0, bt_11um[i,] < 273.0), False) - keep = np.where(keep, bt_11um[i,] < 270.0, False) # Test6 # keep = np.where(keep, (bt_11um[i,] < 228.0), False) -- GitLab