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

snapshot...

parent f3d0bf5a
Branches
No related tags found
No related merge requests found
......@@ -930,8 +930,8 @@ class SRCNN:
cldy_frac_opd_out = np.zeros((y_len, x_len), dtype=np.int8)
border = int((KERNEL_SIZE - 1) / 2)
cldy_frac_opd_out[border:h_y_len, border:x_len - border] = cldy_frac_opd_nh[0, :, :]
cldy_frac_opd_out[h_y_len:y_len - border, border:x_len - border] = cldy_frac_opd_sh[0, :, :]
cldy_frac_opd_out[border:h_y_len, border:x_len - border] = cldy_frac_opd_nh[0, :, :, 0]
cldy_frac_opd_out[h_y_len:y_len - border, border:x_len - border] = cldy_frac_opd_sh[0, :, :, 0]
# Use this hack for now.
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