File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2601,13 +2601,13 @@ class TShiftInputSpec(AFNICommandInputSpec):
26012601 desc = 'different interpolation methods (see 3dTshift for details) '
26022602 'default = Fourier' ,
26032603 argstr = '-%s' )
2604- tpattern = traits .Enum (
2605- 'alt+z' , 'altplus' , # Synonyms
2606- 'alt+z2' ,
2607- 'alt-z' , 'altminus' , # Synonyms
2608- 'alt-z2' ,
2609- 'seq+z' , 'seqplus' , # Synonyms
2610- 'seq-z' , 'seqminus' , # Synonyms
2604+ tpattern = traits .Either (
2605+ traits . Enum ( 'alt+z' , 'altplus' , # Synonyms
2606+ 'alt+z2' ,
2607+ 'alt-z' , 'altminus' , # Synonyms
2608+ 'alt-z2' ,
2609+ 'seq+z' , 'seqplus' , # Synonyms
2610+ 'seq-z' , 'seqminus' ) , # Synonyms
26112611 Str , # For backwards compatibility
26122612 desc = 'use specified slice time pattern rather than one in header' ,
26132613 argstr = '-tpattern %s' ,
You can’t perform that action at this time.
0 commit comments