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

snapshot...

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