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

snapshot...

parent d0e0e341
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ def run_all(directory):
for idx, mfile in enumerate(mod_files):
if idx % 2 == 0:
w_o_ext, ext = os.path.splitext(mfile)
ifile = w_o_ext+'uwssec'+ext
ifile = w_o_ext+'.uwssec'+ext
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