mace 3D & 4D PR
Created by: dyang37
This is a pull request to merge mace3D and mace4D into master.
To test:
- checkout pr/mace4D branch:
git checkout pr/mace4D,git pull - Install requirements.txt:
pip install -r requirements.txt - Re-install mbircone:
pip install . - Install demo related packages:
cd demo,pip install -r requirements_demo.txt - Clear system matrix cache:
rm -r ~/.cache/mbircone/ - Run demo:
- mace3D: python demo_mace3D_fast.py
- mace4D: python demo_mace4D_fast.py
Both demo should take about 5-10 minutes on cluster, and 15-20 minutes on a personal computer.
In addition, if you have access to the cluster and would like to perform a higher quality demo, you could run demo_mace3D.py and demo_mace4D.py (basically 3D/4D reconstructions with higher resolution phantoms).