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

snapshot...

parent 2acbf523
No related branches found
No related tags found
No related merge requests found
...@@ -861,7 +861,7 @@ class SRCNN: ...@@ -861,7 +861,7 @@ class SRCNN:
cldy_frac_opd_out = np.zeros((y_len, x_len), dtype=np.int8) cldy_frac_opd_out = np.zeros((y_len, x_len), dtype=np.int8)
border = int((KERNEL_SIZE - 1) / 2) border = int((KERNEL_SIZE - 1) / 2)
cldy_frac_opd_out[border:y_len - border, border:x_len - border] = cldy_frac_opd[0, :, :] cldy_frac_opd_out[border:y_len - border, border:x_len - border] = cldy_frac_opd[0, :, :, 0]
# Use this hack for now. # Use this hack for now.
off_earth = (bt <= 161.0) off_earth = (bt <= 161.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment