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

open up a wider area for the m-band input data

parent 7ce80e3a
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ def run(data_h5f, label_h5f, data_tiles, label_tiles, factor=2): ...@@ -168,7 +168,7 @@ def run(data_h5f, label_h5f, data_tiles, label_tiles, factor=2):
i_skip = 3 * mod_tile_width i_skip = 3 * mod_tile_width
i_start = int(mod_num_pixels / 2) - int((num_keep_x_tiles * 3 * mod_tile_width) / 2) i_start = int(mod_num_pixels / 2) - int((num_keep_x_tiles * 3 * mod_tile_width) / 2)
border = 7 border = 9
num_keep_y_tiles = 16 num_keep_y_tiles = 16
j_skip = 3 * mod_tile_width j_skip = 3 * mod_tile_width
for j in range(num_keep_y_tiles): for j in range(num_keep_y_tiles):
......
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