From 33b7cc9f9d75cf4cb1affe167740f6cdfe69c7d1 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Sun, 16 Oct 2022 13:50:06 -0500
Subject: [PATCH] snapshot...

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

diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index e5fc7116..194aaa3d 100644
--- a/modules/deeplearning/srcnn_l1b_l2.py
+++ b/modules/deeplearning/srcnn_l1b_l2.py
@@ -680,7 +680,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
     grd_b = get_grid_values_all(h5f, 'refl_0_65um_nom')
     grd_b = grd_b[2432:4032, 2432:4032]
 
-    grd_c = get_grid_values_all(h5f, 'cloud_fraction')
+    grd_c = get_grid_values_all(h5f, label_param)
     grd_c = grd_c[2432:4032, 2432:4032]
     grd_c = grd_c[::2, ::2]
 
-- 
GitLab