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

new methods

parent d0642a69
Branches
No related tags found
No related merge requests found
......@@ -1453,7 +1453,7 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files):
lon = prof[0, 1]
cc, ll = nav.earth_to_lc(lon, lat)
if cc < 0:
if cc is None or ll is None:
continue
# c_rng, l_rng = get_search_box(nav, lon, lat)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment