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

minor...

parent daa3d4f3
Branches
No related tags found
No related merge requests found
...@@ -552,6 +552,8 @@ def run_daynight(filename, filename_l1b, day_night='ANY'): ...@@ -552,6 +552,8 @@ def run_daynight(filename, filename_l1b, day_night='ANY'):
elif day_night == 'DAY': elif day_night == 'DAY':
if is_day(solzen[i,]): if is_day(solzen[i,]):
idxs.append(i) idxs.append(i)
else:
idxs.append(i)
keep_idxs = np.array(idxs) keep_idxs = np.array(idxs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment