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

another bug fix...

parent 0b5cf557
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ def run(l1b_h5f, l2_h5f, l1b_tiles, l2_tiles, factor=2):
mod_data = np.stack(l1b_grd_s)
img_data = np.stack(l2_grd_s)
num_keep_x_tiles = 5
num_keep_x_tiles = 3
i_skip = 3 * mod_tile_width
i_start = int(mod_num_pixels / 2) - int((num_keep_x_tiles * 3 * 64) / 2)
......
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