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

snapshot...

parent d36a384a
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ def run_all(directory):
if idx % 2 == 0:
w_o_ext, ext = os.path.splitext(mfile)
ifile = w_o_ext+'.highres'+ext
if not os.path.exists(ifile):
continue
run(mfile, ifile, mod_tiles, img_tiles)
mod_nda = np.stack(mod_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