From 6711aec22468cc047ea403e8ef02b72b41afc0fe Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 17 May 2023 13:27:51 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/cloud_fraction_fcn_abi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/deeplearning/cloud_fraction_fcn_abi.py b/modules/deeplearning/cloud_fraction_fcn_abi.py index 69d7bc62..e700585f 100644 --- a/modules/deeplearning/cloud_fraction_fcn_abi.py +++ b/modules/deeplearning/cloud_fraction_fcn_abi.py @@ -791,7 +791,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir): refl_std = get_grid_values_all(h5f, 'refl_substdev_ch01') refl_std = np.where(np.isnan(refl_std), 0, refl_std) - cp = get_grid_values_all(h5f, 'orig/'+label_param) + cp = get_grid_values_all(h5f, label_param) cp = np.where(np.isnan(cp), 0, cp) # data = np.stack([bt, refl, refl_lo, refl_hi, refl_std, cp], axis=2) -- GitLab