Skip to content
Snippets Groups Projects
Commit 2b92b4b4 authored by rink's avatar rink
Browse files

fix bug with channel position parameter

parent 1cd93f1f
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,7 @@ def get_search_box(nav, lon, lat):
# aeolus_dict: time -> profiles
# amv_files_path: directory containing AMVs, '/home/user/amvdir/'
# return dict: aeolus time -> tuple (amv_lon, amv_lat, amv_pres, amv_spd, amv_dir)
def match_amvs_to_aelous(aeolus_dict, amv_files_path, amv_source='OPS', band='C14'):
def match_amvs_to_aelous(aeolus_dict, amv_files_path, amv_source='OPS', band='14'):
nav = GEOSNavigation()
match_dict = {}
......
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