From 9dce994aeabf30eb76f9846018931af6dbed3408 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 1 May 2023 13:14:42 -0500
Subject: [PATCH] snapshot...

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

diff --git a/modules/deeplearning/cloud_opd_srcnn_viirs.py b/modules/deeplearning/cloud_opd_srcnn_viirs.py
index 080af328..2e7705da 100644
--- a/modules/deeplearning/cloud_opd_srcnn_viirs.py
+++ b/modules/deeplearning/cloud_opd_srcnn_viirs.py
@@ -739,7 +739,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
     cld_opd_sres_out[border:(border+ylen), border:(border+xlen)] = cld_opd_sres[0, :, :, 0]
 
     if out_file is not None:
-        np.save(out_file, (cld_opd_sres_out, bt, refl))
+        np.save(out_file, (cld_opd_sres_out, refl, cld_opd))
     else:
         return cld_opd_sres_out, bt, refl
 
-- 
GitLab