From 7d76b40f49a4390cc559b96c0d42afa7c8d3ef66 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 9 May 2023 12:28:25 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/cloud_fraction_fcn_abi.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/deeplearning/cloud_fraction_fcn_abi.py b/modules/deeplearning/cloud_fraction_fcn_abi.py index 9b535ca3..87441fe1 100644 --- a/modules/deeplearning/cloud_fraction_fcn_abi.py +++ b/modules/deeplearning/cloud_fraction_fcn_abi.py @@ -312,12 +312,8 @@ class SRCNN: data_norm = [] for param in data_params_half: - # If next 2 uncommented, take out get_grid_cell_mean idx = params.index(param) tmp = input_data[:, idx, :, :] - # idx = params_i.index(param) - # tmp = input_label[:, idx, :, :] - # tmp = get_grid_cell_mean(tmp) tmp = tmp[:, slc_y, slc_x] tmp = normalize(tmp, param, mean_std_dct) data_norm.append(tmp) -- GitLab