Skip to content

PTB-MR/mrseq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python License

MRseq - MR pulse sequences using Pulseq

MRseq is a collection of several useful functions, kernels and scripts for creating vendor-agnostic MR pulse sequences using the open-source Pulseq format.

Contributing

We are looking forward to your contributions via Pull-Requests.

Installation for developers

  1. Clone the MRseq repository
  2. Create/select a python environment
  3. Install "MRseq" in editable mode including test dependencies: pip install -e ".[test]"
  4. Setup pre-commit hook: pre-commit install