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

snapshot...

parent a4c084a4
Branches
No related tags found
No related merge requests found
......@@ -768,7 +768,7 @@ class SRCNN:
cld_opd_sres_out = np.zeros((LEN_Y_in, LEN_X_in), dtype=np.int8)
border = int((KERNEL_SIZE - 1) / 2)
cld_opd_sres_out[border:LEN_Y - border, border:LEN_X - border] = cld_opd_sres[0, :, :, 0]
cld_opd_sres_out[border:LEN_Y_in - border, border:LEN_X_in - border] = cld_opd_sres[0, :, :, 0]
h5f.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment