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

minor

parent ddad8152
Branches
No related tags found
No related merge requests found
...@@ -224,7 +224,7 @@ def scan(directory): ...@@ -224,7 +224,7 @@ def scan(directory):
for idx, file in enumerate(files): for idx, file in enumerate(files):
h5f = h5py.File(file, 'r') h5f = h5py.File(file, 'r')
ts = data_src.ftimes[0] ts = data_src.ftimes[0][0]
try: try:
solzen = get_grid_values_all(h5f, 'solar_zenith_angle') solzen = get_grid_values_all(h5f, 'solar_zenith_angle')
except Exception as e: except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment