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

snapshot...

parent c6b202ce
Branches
No related tags found
No related merge requests found
......@@ -744,6 +744,9 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
refl_out[0:(ylen+2*border), 0:(xlen+2*border)] = refl[0, :, :]
cld_opd_out[0:(ylen+2*border), 0:(xlen+2*border)] = cld_opd[0, :, :]
refl_out = denormalize(refl_out, 'refl_0_65um_nom', mean_std_dct)
cld_opd_out = denormalize(cld_opd_out, label_param, mean_std_dct)
if out_file is not None:
np.save(out_file, (cld_opd_sres_out, refl_out, cld_opd_out))
else:
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment