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

minor...

parent daa3d4f3
No related merge requests found
......@@ -552,6 +552,8 @@ def run_daynight(filename, filename_l1b, day_night='ANY'):
elif day_night == 'DAY':
if is_day(solzen[i,]):
idxs.append(i)
else:
idxs.append(i)
keep_idxs = np.array(idxs)
......
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