File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,13 @@ class TShiftInputSpec(AFNICommandInputSpec):
111
111
desc = 'different interpolation methods (see 3dTShift for details)' +
112
112
' default = Fourier' , argstr = '-%s' )
113
113
114
- tpattern = traits .Enum (('alt+z' , 'alt+z2' , 'alt-z' ,
115
- 'alt-z2' , 'seq+z' , 'seq-z' ),
116
- desc = 'use specified slice time pattern rather than one in header' ,
117
- argstr = '-tpattern %s' )
114
+ tpattern = traits .Str (desc = 'use specified slice time pattern rather than one in header' ,
115
+ argstr = '-tpattern %s' )
116
+
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')
118
121
119
122
rlt = traits .Bool (desc = 'Before shifting, remove the mean and linear trend' ,
120
123
argstr = "-rlt" )
You can’t perform that action at this time.
0 commit comments