Display Pulseq sequence diagram and k-space trajectory, modified from PulseqViewer
A brief overview of SeqEyes can be found at the 2026 pulseq virtual meeting.
- Windows:
- Download the compiled
.exefrom github releases - Install with
pip install seqeyes.
- Download the compiled
- Linux: Download the AppImage from github releases.
- macOS:
- Recommended: install with
pip install seqeyes. - Alternatively: download the unsigned app bundle zip from github releases. See macOS unsigned app notes.
- Recommended: install with
- Open GUI, load .seq file
- Use the command line interface
seqeyes filename.seqfor more options, see seqeyes --help
- Use the matlab wrapper
seqeyes.m
>>seqeyes('path/to/sequence.seq');or
>>seqeyes(seq);- Use the python wrapper, install with
pip install seqeyesand then:
import seqeyes
seqeyes.seqeyes('path/to/sequence.seq')or
seqeyes.seqeyes(seq)SeqEyes recognizes several optional Pulseq [DEFINITIONS] entries for enhanced display, TR navigation, TE overlays, trajectory units, and extension tooltips. See Supported Definitions.
Please see build.md for detailed build steps.
Please see KNOWN_ISSUES.md for a list of known issues and limitations.
