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

snapshot...

parent 9d65fd88
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ def run(mod_res_filename, img_res_filename, mod_tiles, img_tiles):
mod_data = get_grid_values(mod_h5f, mod_param, 0, 0, None, mod_num_lines, mod_num_pixels, range_name=None)
img_data = get_grid_values(img_h5f, img_param, 0, 0, None, img_num_lines, img_num_pixels, range_name=None)
num_cntr_tiles = 2
num_cntr_tiles = 1
i_c = int(mod_num_pixels / num_cntr_tiles) # center
j_skip = int(mod_num_y_tiles / num_cntr_tiles) * mod_tile_width
for k in range(num_cntr_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