From 71bb87da80b1d30c45680cee03bbf5e2d91efc9f Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 17 Oct 2022 10:58:24 -0500
Subject: [PATCH] snapshot...

---
 modules/deeplearning/srcnn_l1b_l2.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index 9c6af126..c57355bc 100644
--- a/modules/deeplearning/srcnn_l1b_l2.py
+++ b/modules/deeplearning/srcnn_l1b_l2.py
@@ -708,7 +708,8 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
 
     nn = SRCNN()
     out_sr = nn.run_evaluate(data, ckpt_dir)
-    # out_sr = denormalize(out_sr, label_params[0], mean_std_dct)
+    if label_param != 'cloud_fraction':
+        out_sr = denormalize(out_sr, label_param, mean_std_dct)
     if out_file is not None:
         np.save(out_file, out_sr)
     else:
-- 
GitLab