From c0d2a3e90697e58ecb7d0b735124ed097b019061 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 5 Sep 2023 14:41:03 -0500
Subject: [PATCH] snapshot...

---
 modules/deeplearning/cloud_fraction_fcn_abi.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/deeplearning/cloud_fraction_fcn_abi.py b/modules/deeplearning/cloud_fraction_fcn_abi.py
index c4e619ab..ca89dd75 100644
--- a/modules/deeplearning/cloud_fraction_fcn_abi.py
+++ b/modules/deeplearning/cloud_fraction_fcn_abi.py
@@ -928,8 +928,9 @@ def run_restore_static(directory, ckpt_dir, out_file=None):
                  denormalize(inputs[:, 1:y_hi, 1:x_hi, 0], 'temp_11_0um_nom', mean_std_dct),
                  denormalize(inputs[:, 1:y_hi, 1:x_hi, 1], 'refl_0_65um_nom', mean_std_dct),
                  denormalize(inputs[:, 1:y_hi, 1:x_hi, 2], 'refl_0_65um_nom', mean_std_dct),
-                 inputs[:, 1:y_hi, 1:x_hi, 3],
-                 inputs[:, 1:y_hi, 1:x_hi, 4]])
+                 denormalize(inputs[:, 1:y_hi, 1:x_hi, 3], 'refl_0_65um_nom', mean_std_dct),
+                 inputs[:, 1:y_hi, 1:x_hi, 4],
+                 inputs[:, 1:y_hi, 1:x_hi, 5]])
 
 
 def run_evaluate_static(in_file, out_file, ckpt_dir):
-- 
GitLab