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

snapshot...

parent e8003de8
No related branches found
No related tags found
No related merge requests found
...@@ -644,7 +644,7 @@ def run_qc(filename, filename_l1b, outfile, outfile_l1b): ...@@ -644,7 +644,7 @@ def run_qc(filename, filename_l1b, outfile, outfile_l1b):
lon_c = f['longitude'][keep_idxs] lon_c = f['longitude'][keep_idxs]
lat_c = f['latitude'][keep_idxs] lat_c = f['latitude'][keep_idxs]
time_s = f['time'][keep_idxs] time_s = f['time'][keep_idxs]
fl_alt_s = f['icing_altidue'][keep_idxs] fl_alt_s = f['icing_altitude'][keep_idxs]
ice_int_s = f['icing_intensity'][keep_idxs] ice_int_s = f['icing_intensity'][keep_idxs]
unq_ids = f['unique_ids'][keep_idxs] unq_ids = f['unique_ids'][keep_idxs]
......
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