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

snapshot...

parent 4cf560e0
Branches
No related tags found
No related merge requests found
......@@ -699,7 +699,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
cld_opd = cld_opd[int(ylen/2):ylen, :]
cld_opd_hres = cld_opd.copy()
nn = SRCNN(LEN_Y=2*LEN_Y, LEN_X=2*LEN_X)
nn = SRCNN(LEN_Y=2*LEN_Y-8, LEN_X=2*LEN_X-8)
refl = np.where(np.isnan(refl), 0, bt)
#refl = refl[nn.slc_y_m, nn.slc_x_m]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment