MRseq is a collection of several useful functions, kernels and scripts for creating vendor-agnostic MR pulse sequences using the open-source Pulseq format.
- Source code: https://github.com/PTB-MR/mrseq
- Bug reports: https://github.com/PTB-MR/mrseq/issues
We are looking forward to your contributions via Pull-Requests.
- Clone the MRseq repository
- Create/select a python environment
- Install "MRseq" in editable mode including test dependencies:
pip install -e ".[test]"
- Setup pre-commit hook:
pre-commit install