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

snapshot...

parent 08e37378
Branches
No related tags found
No related merge requests found
...@@ -774,9 +774,9 @@ def run_evaluate_static(in_file, out_file, ckpt_dir): ...@@ -774,9 +774,9 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
# cld_opd_out[0:(ylen+2*border), 0:(xlen+2*border)] = cld_opd[0, :, :] # cld_opd_out[0:(ylen+2*border), 0:(xlen+2*border)] = cld_opd[0, :, :]
cld_opd_sres_out = cld_opd_sres[0, :, :, 0] cld_opd_sres_out = cld_opd_sres[0, :, :, 0]
refl_out = refl[0, border:(ylen-border), border:(xlen-border)] refl_out = refl[0, :, :]
cld_opd_out = cld_opd[0, border:(ylen-border), border:(xlen-border)] cld_opd_out = cld_opd[0, :, :]
cld_opd_hres = cld_opd_hres[border:(ylen-border), border:(xlen-border)] cld_opd_hres = cld_opd_hres
print(cld_opd_sres_out.shape, refl_out.shape, cld_opd_out.shape, cld_opd_hres.shape) print(cld_opd_sres_out.shape, refl_out.shape, cld_opd_out.shape, cld_opd_hres.shape)
refl_out = denormalize(refl_out, 'refl_0_65um_nom', mean_std_dct) refl_out = denormalize(refl_out, 'refl_0_65um_nom', mean_std_dct)
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment