cabouman / mbircone

BSD 3-Clause "New" or "Revised" License
11 stars 9 forks source link

Stop threshold change #139

Closed dyang37 closed 1 year ago

dyang37 commented 1 year ago

This PR contains two very simple changes:

  1. Change the default value of stop_threshold from 0.02 to 0.2.
    • In demo_3D_shepp_logan.py, set stop_threhold=0.05.
  2. Fix the bug in reinstall_conda_environment.sh.

To test, first run clean_install_all.sh, then run demo_nsi_preprocess.py. The recon is x2 faster, and results in the same image quality as before.