MR image reconstruction and processing package specifically developed for PyTorch.
This package supports ismrmrd-format for MR raw data. All data containers utilize PyTorch tensors to ensure easy integration in PyTorch-based network schemes.
If you want to give MRpro a try you can use
You find the documentation here
- Clone the repo
- Create/select a python environment
- Open a terminal in the "MRpro" main folder
- Install "MRpro" in editable mode with linting and testing:
pip install -e ".[lint,test]"
- Setup Pre-Commit Hook:
pre-commit install
We recommend to use Microsoft Visual Studio Code.
A list of recommended extensions for VSCode is given in the .vscode/extensions.json
Please have a look at our contributor guide for more information on the structure of the repository, naming conventions and other useful information.