From 35dd7285bed77748f5ea127ca3f40cb11dfb62f7 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 10 Oct 2023 12:33:43 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/cloud_opd_fcn_abi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/deeplearning/cloud_opd_fcn_abi.py b/modules/deeplearning/cloud_opd_fcn_abi.py index e5f757cc..9a0111cc 100644 --- a/modules/deeplearning/cloud_opd_fcn_abi.py +++ b/modules/deeplearning/cloud_opd_fcn_abi.py @@ -936,8 +936,8 @@ class SRCNN: # Use this hack for now. off_earth = (bt <= 161.0) night = np.isnan(refl) - cldy_frac_opd_out[off_earth] = -1 - cldy_frac_opd_out[np.invert(off_earth) & night] = -1 + cldy_frac_opd_out[off_earth] = -1.0 + cldy_frac_opd_out[np.invert(off_earth) & night] = -1.0 # --- Make DataArray ------------------------------------------------- # var_names = ['cloud_fraction', 'temp_11_0um', 'refl_0_65um'] -- GitLab