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

snapshot...

parent 90301a55
Branches
No related tags found
No related merge requests found
......@@ -646,7 +646,7 @@ def run_qc(filename, filename_l1b, outfile, outfile_l1b):
time_s = f['time'][keep_idxs]
fl_alt_s = f['icing_altitude'][keep_idxs]
ice_int_s = f['icing_intensity'][keep_idxs]
unq_ids = f['unique_ids'][keep_idxs]
unq_ids = f['unique_id'][keep_idxs]
create_file(outfile, data_dct, ds_list, ds_types, lon_c, lat_c, time_s, fl_alt_s, ice_int_s, unq_ids)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment