Cardiac/Respiratory Gating

From Sequence Tree

Jump to: navigation, search

July 7, 2008

SequenceTree now has Cardiac/Respiratory gating functionality.

For example, in the loopRun() function of your loop, simply include the following code:


if (cardiac_gating) {

int channel_number=1;

long halt_delay=100;

scanner()->scannerCommand("waitForTrigger",&channel_number,&halt_delay);

}

This will cause the sequence to "wait for a trigger" before proceding.

See the testgating.sts pulse sequence (on the sample sequence page) for more information.

Personal tools