Skip to content
Snippets Groups Projects
Commit 1c8f0141 authored by tomrink's avatar tomrink
Browse files

minor...

parent 2c7ba5eb
Branches
No related tags found
No related merge requests found
......@@ -697,7 +697,7 @@ def run_qc(filename, filename_l1b, day_night='ANY', pass_thresh_frac=0.20, icing
if icing:
if frac > pass_thresh_frac:
keep_idxs.append(idxs[i])
elif frac < 0.05:
elif frac < 0.10:
keep_idxs.append(idxs[i])
print('num valid pireps: ', len(keep_idxs))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment