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

minor

parent 25424d3c
No related branches found
No related tags found
No related merge requests found
...@@ -2069,7 +2069,7 @@ def create_amv_to_aeolus_match_file(aeolus_files_dir, amv_files_dir, outfile=Non ...@@ -2069,7 +2069,7 @@ def create_amv_to_aeolus_match_file(aeolus_files_dir, amv_files_dir, outfile=Non
m_d = match_amvs_to_aeolus_fast(a_d, amv_files_dir, amv_source, band, amv_files) m_d = match_amvs_to_aeolus_fast(a_d, amv_files_dir, amv_source, band, amv_files)
if outfile is not None: if outfile is not None:
create_file_new(outfile, m_d, amv_files) create_file_new(m_d, outfile, amv_files)
# match_file: pathname for the product file # match_file: pathname for the product file
......
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