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

another bug fix...

parent 0b5cf557
Branches
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): ...@@ -104,7 +104,7 @@ def run(l1b_h5f, l2_h5f, l1b_tiles, l2_tiles, factor=2):
mod_data = np.stack(l1b_grd_s) mod_data = np.stack(l1b_grd_s)
img_data = np.stack(l2_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_skip = 3 * mod_tile_width
i_start = int(mod_num_pixels / 2) - int((num_keep_x_tiles * 3 * 64) / 2) 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.
Please to comment