Skip to content

Commit 33cb2d6

Browse files
aschaeferaschaefer
authored andcommitted
added more documentation
1 parent e54bdf7 commit 33cb2d6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,6 +1800,19 @@ class Retroicor(AFNICommand):
18001800
motion effects, using a slightly modified version of the
18011801
RETROICOR algorithm
18021802
1803+
The durations of the physiological inputs are assumed to equal
1804+
the duration of the dataset. Any constant sampling rate may be
1805+
used, but 40 Hz seems to be acceptable. This program's cardiac
1806+
peak detection algorithm is rather simplistic, so you might try
1807+
using the scanner's cardiac gating output (transform it to a
1808+
spike wave if necessary).
1809+
1810+
This program uses slice timing information embedded in the
1811+
dataset to estimate the proper cardiac/respiratory phase for
1812+
each slice. It makes sense to run this program before any
1813+
program that may destroy the slice timings (e.g. 3dvolreg for
1814+
motion correction).
1815+
18031816
For complete details, see the `3dretroicor Documentation.
18041817
<http://afni.nimh.nih.gov/pub/dist/doc/program_help/3dretroicor.html>`_
18051818

0 commit comments

Comments
 (0)