CMRseq¶
CMRseq is a Python framework for defining, composing, inspecting, and exporting MRI pulse sequences. It represents sequences as explicit RF pulses, gradient waveforms, ADC events, and higher-level parametric definitions.
Installation¶
pip install cmrseq
Documentation Status¶
This documentation is being modernized for the GitHub release. The current goal is to keep the written guides small and practical, while the API reference is generated directly from the package docstrings.
Where To Start¶
- Use Core for
SequenceandSystemSpec. - Use Building Blocks for gradients, RF pulses, ADC events, and delays.
- Use the guide pages for longer legacy examples that were moved out of docstrings.