Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.27 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.27 KB

MRpro

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.

Python License Coverage Bagde

Installation for developers

  1. Clone the repo
  2. Create/select a python environment
  3. Open terminal in the "MRpro" main folder
  4. Install "MRpro" in editable mode with linting and testing: pip install -e ".[lint,test]"
  5. Setup Pre-Commit Hook: pre-commit install

Recommended IDE and Extensions

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)