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

snapshot...

parent 4210fa08
Branches
No related tags found
No related merge requests found
...@@ -201,7 +201,7 @@ def run(data_h5f, param_s, tiles, tile_width=64, kernel_size=9, day_night='ANY') ...@@ -201,7 +201,7 @@ def run(data_h5f, param_s, tiles, tile_width=64, kernel_size=9, day_night='ANY')
return return
data = np.stack(grd_s) data = np.stack(grd_s)
tile_width + 2 * border tile_width += 2 * border
num_keep_x_tiles = 6 num_keep_x_tiles = 6
i_skip = tile_width i_skip = tile_width
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment