From e1022ff918dd2ae84e09e8865813a35b7b7798c5 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Thu, 18 May 2023 11:36:03 -0500
Subject: [PATCH] snapshot...

---
 modules/deeplearning/cloud_fraction_fcn_abi.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/deeplearning/cloud_fraction_fcn_abi.py b/modules/deeplearning/cloud_fraction_fcn_abi.py
index 58164148..717681f7 100644
--- a/modules/deeplearning/cloud_fraction_fcn_abi.py
+++ b/modules/deeplearning/cloud_fraction_fcn_abi.py
@@ -784,7 +784,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
     bt = np.where(np.isnan(bt), 0, bt)
     bt = normalize(bt, 'temp_11_0um_nom', mean_std_dct)
     refl = np.where(np.isnan(refl), 0, refl)
-    refl = normalize(refl, 'refl_0_65um_nom', refl)
+    refl = normalize(refl, 'refl_0_65um_nom', mean_std_dct)
 
     # refl_lo = get_grid_values_all(h5f, 'refl_submin_ch01')
     refl_lo = get_grid_values_all(h5f, 'refl_0_65um_nom_min_sub')
-- 
GitLab