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

snapshot...

parent 15724004
No related branches found
No related tags found
No related merge requests found
...@@ -278,7 +278,7 @@ def run_caliop_clavrx_amv_match(output_path, path_to_caliop_clavrx, path_to_amvs ...@@ -278,7 +278,7 @@ 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:
match_dict = match_calipso_clavrx_to_amvs(caliop_clavrx_ds, file, amv_ds, amv_source=amv_source, band=band) 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)
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