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.
- Clone the repo
- Create/select a python environment
- Open 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
Further extensions that might be useful:
- IntelliCode (Microsoft)
- Remote - SHH (Microsoft)
- GitHub Copilot (GitHub - fee-based )
- Git Graph (mhutchie)
- GitLens (GitKraken)