Skip to content

Commit

Permalink
feat: add TRID label (GE interpreter).
Browse files Browse the repository at this point in the history
  • Loading branch information
mcencini authored and FrankZijlstra committed Jun 18, 2024
1 parent 45f18a8 commit 96b888e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pypulseq/supported_labels_rf_use.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def get_supported_labels() -> Tuple[
"PMC", # for MoCo/PMC Pulseq version to recognize blocks that can be prospectively corrected for motion
"NOROT", "NOPOS", "NOSCL", # instruct the interpreter to ignore the position, rotation or scaling of the FOV specified on the UI
"ONCE", # a 3-state flag that instructs the interpreter to alter the sequence when executing multiple repeats as follows: blocks with ONCE==0 are executed on every repetition; ONCE==1: only the first repetition; ONCE==2: only the last repetition
"TRID", # an integer ID of the TR (sequence segment) used by the GE interpreter to optimize the execution on the scanner
)


Expand Down

0 comments on commit 96b888e

Please sign in to comment.