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

snapshot...

parent 9ccdb62f
Branches
No related tags found
No related merge requests found
......@@ -652,7 +652,7 @@ def run_qc(filename, filename_l1b, outfile, outfile_l1b):
data_dct = {}
for didx, ds_name in enumerate(l1b_ds_list):
data_dct[ds_name] = f[ds_name][keep_idxs]
data_dct[ds_name] = f_l1b[ds_name][keep_idxs]
create_file(outfile_l1b, data_dct, l1b_ds_list, l1b_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