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

snapshot...

parent f5ff1b8b
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ def run_all(directory):
mod_nda = (mod_nda - mod_mean) / mod_std
img_nda = (img_nda - img_mean) / img_std
np.save('/data/Personal/rink/viirs/mod_res_'+cnt, mod_nda)
np.save('/data/Personal/rink/viirs/img_res_'+cnt, img_nda)
np.save('/data/Personal/rink/viirs/mod_res_'+cnt, mod_nda)
np.save('/data/Personal/rink/viirs/img_res_'+cnt, img_nda)
def run(mod_res_filename, img_res_filename, mod_tiles, img_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