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

minor

parent c50ed8be
No related branches found
No related tags found
No related merge requests found
...@@ -2053,7 +2053,7 @@ def create_amv_to_aeolus_match_file(aeolus_files_dir, amv_files_dir, outfile=Non ...@@ -2053,7 +2053,7 @@ def create_amv_to_aeolus_match_file(aeolus_files_dir, amv_files_dir, outfile=Non
else: else:
amv_files = get_datasource(amv_files_dir, amv_source, band=band) amv_files = get_datasource(amv_files_dir, amv_source, band=band)
m_d = match_amvs_to_aeolus(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(outfile, m_d, a_d, amv_files) create_file(outfile, m_d, a_d, amv_files)
......
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