Skip to content
Snippets Groups Projects
Commit 364f45e5 authored by rink's avatar rink
Browse files

snapshot..

parent ea9b214a
Branches
No related tags found
No related merge requests found
......@@ -386,7 +386,7 @@ def match_amvs_to_aeolus(aeolus_dict, amv_files_path, amv_source='OPS', band='14
last_f_idx = -1
for key in keys:
#fname, ftime, f_idx = get_file_containing_time(key, amv_files_path, amv_file_duration, amv_source, band)
fname, ftime, f_idx = get_file_containing_time(key)
fname, ftime, f_idx = amv_files.get_file_containing_time(key)
if f_idx is None:
continue
profs = aeolus_dict.get(key)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment