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

snapshot...

parent 61de590b
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,10 @@ def run(): ...@@ -75,7 +75,10 @@ def run():
lon_s[0] = lon lon_s[0] = lon
cc, ll = nav.earth_to_lc_s(lon_s, lat_s) cc, ll = nav.earth_to_lc_s(lon_s, lat_s)
try:
clvr_ds = get_clavrx_datasource(time) clvr_ds = get_clavrx_datasource(time)
except Exception:
continue
clvr_file = clvr_ds.get_file(time)[0] clvr_file = clvr_ds.get_file(time)[0]
if clvr_file is None: if clvr_file is None:
continue continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment