From 168c91364406d3e690d86d0cf98fc6969363c743 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 27 Sep 2022 16:15:40 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/srcnn_l1b_l2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py index 402d88c8..f31fcd04 100644 --- a/modules/deeplearning/srcnn_l1b_l2.py +++ b/modules/deeplearning/srcnn_l1b_l2.py @@ -219,7 +219,7 @@ class SRCNN: data_norm.append(tmp) # -------- tmp = input_data[:, 2, 3:131, 3:131] - tmp = normalize(tmp, 'refl_0_65um_nom') + tmp = normalize(tmp, 'refl_0_65um_nom', mean_std_dct) data_norm.append(tmp) # --------- data = np.stack(data_norm, axis=3) -- GitLab