From 9eaf09e90f446f8b52a544352684e9c7fcee55d5 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 19 Apr 2023 14:37:17 -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 756dccd0..a13737c7 100644
--- a/modules/deeplearning/cloud_fraction_fcn_abi.py
+++ b/modules/deeplearning/cloud_fraction_fcn_abi.py
@@ -333,7 +333,7 @@ class SRCNN:
 
             data_norm.append(lo[:, slc_y, slc_x])
             data_norm.append(hi[:, slc_y, slc_x])
-            data_norm.append(avg[:, slc_y, slc_x])
+            data_norm.append(std[:, slc_y, slc_x])
         # ---------------------------------------------------
         # If next uncommented, take out get_grid_cell_mean
         # tmp = input_data[:, label_idx, :, :]
-- 
GitLab