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

minor...

parent ba9fa5bc
No related branches found
No related tags found
No related merge requests found
...@@ -698,8 +698,7 @@ def run_daynight(filename, filename_l1b, day_night='ANY'): ...@@ -698,8 +698,7 @@ def run_daynight(filename, filename_l1b, day_night='ANY'):
f_l1b.close() f_l1b.close()
def run_qc(filename, filename_l1b, day_night='ANY'): def run_qc(filename, filename_l1b, day_night='ANY', pass_thresh_frac=0.25):
pass_thresh_frac = 0.15
f = h5py.File(filename, 'r') f = h5py.File(filename, 'r')
icing_alt = f['icing_altitude'][:] icing_alt = f['icing_altitude'][:]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment