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

minor

parent cb2c594d
No related branches found
Tags v0.5.1
No related merge requests found
......@@ -228,17 +228,17 @@ def scan(directory):
try:
solzen = get_grid_values_all(h5f, 'solar_zenith_angle')
except Exception as e:
print(e)
# print(e)
h5f.close()
continue
if is_night(solzen):
num_keep += 1
print(file)
print(num_files, num_keep)
h5f.close()
print(num_files, num_keep)
# def run_mean_std(directory):
#
......
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