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

fix bug with channel position parameter

parent 1cd93f1f
Branches
No related tags found
No related merge requests found
...@@ -222,7 +222,7 @@ def get_search_box(nav, lon, lat): ...@@ -222,7 +222,7 @@ def get_search_box(nav, lon, lat):
# aeolus_dict: time -> profiles # aeolus_dict: time -> profiles
# amv_files_path: directory containing AMVs, '/home/user/amvdir/' # amv_files_path: directory containing AMVs, '/home/user/amvdir/'
# return dict: aeolus time -> tuple (amv_lon, amv_lat, amv_pres, amv_spd, amv_dir) # 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() nav = GEOSNavigation()
match_dict = {} match_dict = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment