Skip to content

Releases: HarmonizedMRI/PulCeq

v1.10.1

16 Jan 22:40
Compare
Choose a tag to compare

Allow physio trigger for pure delay blocks

v1.10.0

09 Jan 03:28
35173fd
Compare
Choose a tag to compare
v1.10.0 Pre-release
Pre-release

Added physio trigger. Use with interpreter tv6 v1.10.0

To add a physio trigger to your Pulseq sequence, do:

Step 1: trig = mr.makeTrigger('physio1', 'duration', 20e-6); % dummy duration -- ignored by GE interpreter
Step 2: seq.addBlock(rf, gz, mr.makeLabel('SET', 'TRID', 3), trig); % example using TRID = 3

Notes:

  • a trigger cannot be the only event in a block -- if it is, it will be ignored.
  • adding a trigger event does not require a separate TRID -- the segment is still an instance of the same 'virtual' segment

.seq file conversion for Pulseq on GE interpreter v2,1

27 Nov 03:32
723e969
Compare
Choose a tag to compare
Support physio1 trigger and 'extended trapezoid' rf (#12)

* Added rf type 2 (writeceq.m)
On branch tv7_dev
	modified:   main.m
	modified:   seq2ceq.m
	modified:   writeceq.m

* Don't write Emax.val (not used)
On branch tv7_dev
	modified:   writeceq.m

* Add physio trigger
On branch tv7_dev
	modified:   getdynamics.m
	modified:   seq2ceq.m

---------

Co-authored-by: Jon-Fredrik Nielsen <[email protected]>

v1.9.0

09 Jan 02:20
Compare
Choose a tag to compare

Tag head of main branch, to create a reference point going forward. Use with v1.9.0 of the tv6 interpreter (TOPPEpsdSourceCode repository).