diff --git a/modules/deeplearning/cloud_opd_srcnn_abi.py b/modules/deeplearning/cloud_opd_srcnn_abi.py index b832b7158f97a9360051d44e548a91e3159caf69..ec02ce92a23d023dff99540f2eb8dd82e3be4d7d 100644 --- a/modules/deeplearning/cloud_opd_srcnn_abi.py +++ b/modules/deeplearning/cloud_opd_srcnn_abi.py @@ -811,7 +811,6 @@ class SRCNN: LEN_Y, LEN_X = refl.shape bt = get_grid_values_all(h5f, group_name_m+'temp_ch38') - cld_opd = get_grid_values_all(h5f, group_name_m+target_param) # refl_sub_lo = get_grid_values_all(h5f, 'refl_0_65um_nom_min_sub') @@ -824,8 +823,8 @@ class SRCNN: LEN_Y -= 8 LEN_X -= 8 - LEN_Y = 2 * (LEN_Y - 8) - LEN_X = 2 * (LEN_X - 8) + # LEN_Y = 2 * (LEN_Y - 8) + # LEN_X = 2 * (LEN_X - 8) t0 = time.time() # cld_opd_sres, LEN_Y_in, LEN_X_in = self.run_inference_(bt, refl, cld_opd, refl_sub_lo, refl_sub_hi, refl_sub_std, LEN_Y, LEN_X)