From e54617e67914a84cb9afb7e8dfee1a686e610f74 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Thu, 13 Jul 2023 12:01:37 -0500
Subject: [PATCH] `snapshot...`

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

diff --git a/modules/deeplearning/cloud_opd_srcnn_abi.py b/modules/deeplearning/cloud_opd_srcnn_abi.py
index d5e380ea..bc211d4c 100644
--- a/modules/deeplearning/cloud_opd_srcnn_abi.py
+++ b/modules/deeplearning/cloud_opd_srcnn_abi.py
@@ -777,7 +777,8 @@ class SRCNN:
         LEN_X = 2 * (LEN_X - 8)
 
         t0 = time.time()
-        cld_opd_sres, LEN_Y_in, LEN_X_in = self.run_inference_(bt, refl, cld_opd, refl_sub_lo, refl_sub_hi, refl_sub_std, LEN_Y, LEN_X)
+        # cld_opd_sres, LEN_Y_in, LEN_X_in = self.run_inference_(bt, refl, cld_opd, refl_sub_lo, refl_sub_hi, refl_sub_std, LEN_Y, LEN_X)
+        cld_opd_sres, LEN_Y_in, LEN_X_in = self.run_inference_(bt, refl, cld_opd, None, None, refl_sub_std, LEN_Y, LEN_X)
         t1 = time.time()
         print('inference time: ', (t1 - t0))
         print(cld_opd_sres.shape)
-- 
GitLab