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

snapshot...

parent f3b859f8
No related branches found
No related tags found
No related merge requests found
...@@ -278,8 +278,9 @@ def run_caliop_clavrx_amv_match(output_path, path_to_caliop_clavrx, path_to_amvs ...@@ -278,8 +278,9 @@ def run_caliop_clavrx_amv_match(output_path, path_to_caliop_clavrx, path_to_amvs
amv_filenames = amv_ds.flist amv_filenames = amv_ds.flist
for file in caliop_clavrx_ds.flist: for file in caliop_clavrx_ds.flist:
print('Start processing: ', file)
match_dict = match_calipso_clavrx_to_amvs(caliop_clavrx_ds, file, amv_ds) match_dict = match_calipso_clavrx_to_amvs(caliop_clavrx_ds, file, amv_ds)
create_file(match_dict, output_path, file, caliop_clavrx_params, amv_params, amv_filenames) create_file(match_dict, output_path, file, caliop_clavrx_params, amv_params, amv_filenames)
print('Done processing: ', file) print('Done processing')
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