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)
1774
+
argstr='-card %s',
1775
+
position=-2,
1776
+
exists=True)
1776
1777
resp=File(desc='1D respiratory waveform data for correction',
1777
-
argstr='-resp %s',
1778
-
position=-3)
1778
+
argstr='-resp %s',
1779
+
position=-3,
1780
+
exists=True)
1779
1781
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
+
argstr='-threshold %d',
1783
+
position=-4)
1782
1784
order=traits.Int(desc='The order of the correction (2 is typical)',
1783
-
argstr='-order %s',
1784
-
position=-5)
1785
+
argstr='-order %s',
1786
+
position=-5)
1785
1787
1786
1788
cardphase=File(desc='Filename for 1D cardiac phase output',
1787
-
argstr='-cardphase %s',
1788
-
position=-6)
1789
+
argstr='-cardphase %s',
1790
+
position=-6,
1791
+
hash_files=False)
1789
1792
respphase=File(desc='Filename for 1D resp phase output',
0 commit comments