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

snapshot...

parent 9eaa695a
Branches
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ def run(pirep_dct, outfile=None, outfile_l1b=None):
create_file(outfile, data_dct, ds_list, lon_c, lat_c, time_s)
data_dct = {}
for ds_name in ds_list:
for ds_name in l1b_ds_list:
data_dct[ds_name] = np.array(l1b_grd_dct[ds_name])
if outfile_l1b is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment