You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
card=File(desc='1D cardiac data file for cardiac correction',
1774
+
argstr='-card %s',
1775
+
position=-2)
1776
+
resp=File(desc='1D respiratory waveform data for correction',
1777
+
argstr='-resp %s',
1778
+
position=-3)
1779
+
threshold=traits.Int(desc='Threshold for detection of R-wave peaks in input (Make sure it is above the background noise level, Try 3/4 or 4/5 times range plus minimum)',
1780
+
argstr='-threshold %d',
1781
+
position=-4)
1782
+
order=traits.Int(desc='The order of the correction (2 is typical)',
1783
+
argstr='-order %s',
1784
+
position=-5)
1785
+
1786
+
cardphase=File(desc='Filename for 1D cardiac phase output',
1787
+
argstr='-cardphase %s',
1788
+
position=-6)
1789
+
respphase=File(desc='Filename for 1D resp phase output',
1790
+
argstr='-respphase %s',
1791
+
position=-7)
1792
+
1793
+
1794
+
classRetroicor(AFNICommand):
1795
+
"""Performs Retrospective Image Correction for physiological
1796
+
motion effects, using a slightly modified version of the
1797
+
RETROICOR algorithm
1798
+
1799
+
For complete details, see the `3dretroicor Documentation.
0 commit comments