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

snapshot...

parent 89769177
No related branches found
No related tags found
No related merge requests found
...@@ -123,8 +123,8 @@ def run(l1b_h5f, l2_h5f, l1b_tiles, l2_tiles, factor=2): ...@@ -123,8 +123,8 @@ def run(l1b_h5f, l2_h5f, l1b_tiles, l2_tiles, factor=2):
if l2_h5f is None: if l2_h5f is None:
l2_h5f = l1b_h5f l2_h5f = l1b_h5f
l1b_param_name = emis_params[0] l1b_param_name = data_params[0]
l2_param_name = l2_params[0] l2_param_name = label_params[0]
mod_tile_width = 64 mod_tile_width = 64
img_tile_width = mod_tile_width * factor img_tile_width = mod_tile_width * factor
......
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