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

minor

parent ef21f8fe
Branches
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(m_d, outfile, amv_files) create_file_new(m_d, outfile, amv_files.get_parameters())
# 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.
Please register or to comment