diff --git a/modules/deeplearning/cloud_fraction_fcn_abi.py b/modules/deeplearning/cloud_fraction_fcn_abi.py
index 756dccd04d472481b9e04272a4b5a1cf1d9f668b..a13737c756910e1ee2751853aae9929b616deb88 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, :, :]