diff --git a/modules/deeplearning/cloud_opd_srcnn_viirs.py b/modules/deeplearning/cloud_opd_srcnn_viirs.py index f04f8116a5ee5c6ff8733024c38036757b987315..ee799c1d70ece44f4c0a8d1695dfd97e85399b93 100644 --- a/modules/deeplearning/cloud_opd_srcnn_viirs.py +++ b/modules/deeplearning/cloud_opd_srcnn_viirs.py @@ -743,7 +743,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir): cld_opd_out[0:(ylen+2*border), 0:(xlen+2*border)] = cld_opd[0, :, :] if out_file is not None: - np.save(out_file, (cld_opd_sres_out, refl, cld_opd)) + np.save(out_file, (cld_opd_sres_out, refl_out, cld_opd_out)) else: return cld_opd_sres_out, bt, refl