Skip to content
Snippets Groups Projects
Commit dedf3f3c authored by tomrink's avatar tomrink
Browse files

snapshot...

parent b2a3f268
No related branches found
No related tags found
No related merge requests found
...@@ -776,7 +776,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir): ...@@ -776,7 +776,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
if out_file is not None: if out_file is not None:
# np.save(out_file, (cld_opd_sres_out, refl_out, cld_opd_out, cld_opd_hres)) # np.save(out_file, (cld_opd_sres_out, refl_out, cld_opd_out, cld_opd_hres))
np.save(out_file, (cld_opd_sres_out, refl, cld_opd, cld_opd_hres)) np.save(out_file, (cld_opd_sres_out, refl_us, cld_opd_us, cld_opd_us))
else: else:
return cld_opd_sres_out, bt, refl return cld_opd_sres_out, bt, refl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment