diff --git a/modules/deeplearning/cloud_fraction_fcn_abi.py b/modules/deeplearning/cloud_fraction_fcn_abi.py index 69d7bc62790f56d906e241ec442ff4fe7166aced..e700585f86f701e96685691767225dbb246b2563 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)