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

snapshot...

parent 174f72c0
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ def run(data_h5f, param_s, train_tiles, valid_tiles, num_keep_x_tiles=8, tile_wi
num_lines = data_h5f[param_name].shape[0]
num_pixels = data_h5f[param_name].shape[1] # Must be even
if day_night != 'BOTH':
if day_night != 'ANY':
solzen = get_grid_values(data_h5f, solzen_name, 0, 0, None, num_lines, num_pixels)
grd_s = []
......
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