Skip to content

Commit ffb4b6a

Browse files
committed
Modified tpattern input to allow for strings (paths) and not just the standard acquisition patterns
1 parent f542a6e commit ffb4b6a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@ class TShiftInputSpec(AFNICommandInputSpec):
114114
tpattern = traits.Str(desc='use specified slice time pattern rather than one in header',
115115
argstr='-tpattern %s')
116116

117-
# tpattern = traits.Enum(('alt+z', 'alt+z2', 'alt-z',
118-
# 'alt-z2', 'seq+z', 'seq-z'),
119-
# desc='use specified slice time pattern rather than one in header',
120-
# argstr='-tpattern %s')
121-
122117
rlt = traits.Bool(desc='Before shifting, remove the mean and linear trend',
123118
argstr="-rlt")
124119

0 commit comments

Comments
 (0)