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

bug fix

parent 74fd3bb6
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ def run(l1b_h5f, l2_h5f, l1b_tiles, l2_tiles, factor=2): ...@@ -106,7 +106,7 @@ def run(l1b_h5f, l2_h5f, l1b_tiles, l2_tiles, factor=2):
num_keep_x_tiles = 5 num_keep_x_tiles = 5
i_skip = int(mod_num_x_tiles / num_keep_x_tiles) * mod_tile_width i_skip = int(mod_num_x_tiles / num_keep_x_tiles) * 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)
num_keep_y_tiles = 16 num_keep_y_tiles = 16
j_skip = int(mod_num_y_tiles / num_keep_y_tiles) * mod_tile_width j_skip = int(mod_num_y_tiles / num_keep_y_tiles) * mod_tile_width
......
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