MRSim is a Pytorch-based MR simulator, including analitical and EPG model.
MRSim can be installed via pip as:
pip install mrsim
If you are interested in improving this project, install MRSim in editable mode:
git clone git@github.com:INFN-MRI/mrsim
cd mrsim
pip install -e .[dev,test,doc]
This package is inspired by the following excellent projects:
- epyg <https://github.com/brennerd11/EpyG>
- sycomore <https://github.com/lamyj/sycomore/>
- mri-sim-py <https://somnathrakshit.github.io/projects/project-mri-sim-py-epg/>
- ssfp <https://github.com/mckib2/ssfp>
- erwin <https://github.com/lamyj/erwin>