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

snapshot...

parent 318f8d67
No related branches found
No related tags found
No related merge requests found
......@@ -237,8 +237,8 @@ def match_amvs_to_raobs(raob_dict, raob_time, amv_files, filepath=None):
if amv_files.elem_name is None or amv_files.line_name is None:
cc, ll = nav.earth_to_lc_s(amv_lons, amv_lats)
else:
cc = ds[amv_files.elem_name][:]
ll = ds[amv_files.line_name][:]
cc = ds[amv_files.elem_name][:].data
ll = ds[amv_files.line_name][:].data
param_s = []
param_s.append(amv_lons)
......
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