Summary
Load a sequence from a pulseq .seq file.
Work In Progress 🚧
This tool currently can only convert .seq file contents into
List[InstantSeqEvent]. In the future it will be extended to support newer pulseq standards, other formats, emittingList[SeqBlock].
Demo and Tool URL
wss://tool-conseq.fly.dev/toolInputs
| Input | Description |
|---|---|
seq_file: String | Contents of the Pulseq .seq file |
exact_trajectory: bool | Return gradient shape between RF pulses and ADC blocks for accurate diffusion calculation |
Output
A list of instant events, returned as toolapi::TypedList::InstantEvent. This type is ideal for basic simulation but is missing details for off-resonance calculation. It will change in the future.