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

fix bug

parent 56ac0840
Branches
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ def match_calipso_clavrx_to_amvs(calipso_clavrx_ds, calipso_clavrx_file, amv_fil
lon_s = calipso_clavrx_nc4['longitude'][:]
if calipso_clavrx_nc4.variables.get('x') is None:
xs, yx = nav.earth_to_lc_s(amv_lons, amv_lats)
xs, ys = nav.earth_to_lc_s(lon_s, lat_s)
else:
xs = calipso_clavrx_nc4['x'][:]
ys = calipso_clavrx_nc4['y'][:]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment