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

snapshot...

parent 1635e2fe
No related branches found
No related tags found
No related merge requests found
...@@ -262,7 +262,7 @@ def run(pirep_dct, outfile=None, outfile_l1b=None, dt_str_start=None, dt_str_end ...@@ -262,7 +262,7 @@ def run(pirep_dct, outfile=None, outfile_l1b=None, dt_str_start=None, dt_str_end
if outfile is not None: if outfile is not None:
outfile = add_time_range_to_filename(outfile, t_start, t_end) outfile = add_time_range_to_filename(outfile, t_start, t_end)
create_file(outfile, data_dct, ds_list, ds_types, dlon_c, lat_c, time_s, fl_alt_s, ice_int_s) create_file(outfile, data_dct, ds_list, ds_types, lon_c, lat_c, time_s, fl_alt_s, ice_int_s)
data_dct = {} data_dct = {}
for ds_name in l1b_ds_list: for ds_name in l1b_ds_list:
......
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