From fee5e8531658fd08f3f63ecac13b9f99b1fe1250 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Sun, 26 Mar 2023 12:56:14 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/cloud_opd_srcnn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/deeplearning/cloud_opd_srcnn.py b/modules/deeplearning/cloud_opd_srcnn.py index be1da171..9bc0c6f0 100644 --- a/modules/deeplearning/cloud_opd_srcnn.py +++ b/modules/deeplearning/cloud_opd_srcnn.py @@ -73,8 +73,8 @@ if KERNEL_SIZE == 3: slc_y = slice(2, N_Y*128 + 4) #slc_x_2 = slice(1, N_X*128 + 6, 2) #slc_y_2 = slice(1, N_Y*128 + 6, 2) - slc_x_2 = slice(1, int((N_X*128)/2) + 1) - slc_y_2 = slice(1, int((N_Y*128)/2) + 1) + slc_x_2 = slice(1, int((N_X*128)/2) + 4) + slc_y_2 = slice(1, int((N_Y*128)/2) + 4) x_2 = np.arange(int((N_X*128)/2) + 3) y_2 = np.arange(int((N_Y*128)/2) + 3) t = np.arange(0, int((N_X*128)/2) + 3, 0.5) -- GitLab