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

snapshot...

parent 6345ca2c
Branches
No related tags found
No related merge requests found
...@@ -263,6 +263,7 @@ def create_file(match_dct, filename, caliop_clavrx_params, amv_params, amv_filen ...@@ -263,6 +263,7 @@ def create_file(match_dct, filename, caliop_clavrx_params, amv_params, amv_filen
def run_caliop_clavrx_amv_match(output_file, path_to_caliop_clavrx, path_to_amvs, amv_source='OPS', band='14'): def run_caliop_clavrx_amv_match(output_file, path_to_caliop_clavrx, path_to_amvs, amv_source='OPS', band='14'):
caliop_clavrx_params = get_parameters_caliop_clavrx()
caliop_clavrx_ds = CLAVRx_CALIPSO(path_to_caliop_clavrx) caliop_clavrx_ds = CLAVRx_CALIPSO(path_to_caliop_clavrx)
...@@ -270,9 +271,8 @@ def run_caliop_clavrx_amv_match(output_file, path_to_caliop_clavrx, path_to_amvs ...@@ -270,9 +271,8 @@ def run_caliop_clavrx_amv_match(output_file, path_to_caliop_clavrx, path_to_amvs
amv_params = amv_ds.get_parameters() amv_params = amv_ds.get_parameters()
amv_filenames = amv_ds.flist amv_filenames = amv_ds.flist
match_dict = match_calipso_clavrx_to_amvs(caliop_clavrx_ds, None, amv_ds, amv_source=amv_source, band=band) 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)
caliop_clavrx_params = get_parameters_caliop_clavrx()
create_file(match_dict, output_file, caliop_clavrx_params, amv_params, amv_filenames) create_file(match_dict, output_file, caliop_clavrx_params, amv_params, amv_filenames)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment