From 2ed3db4ef465d4e67ae4960f50bf23c778291c22 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Fri, 23 Apr 2021 14:10:54 -0500 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 145edd09..3c152108 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -692,7 +692,7 @@ def run_daynight(filename, filename_l1b, day_night='ANY'): def run_qc(filename, filename_l1b, day_night='ANY'): - pass_thresh_frac = 0.3 + pass_thresh_frac = 0.4 x_a = 10 x_b = 30 y_a = x_a -- GitLab