File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1513,10 +1513,10 @@ class WarpUtilsInputSpec(FSLCommandInputSpec):
1513
1513
'would typically be the file that was specified '
1514
1514
'with the --in argument when running fnirt.' ))
1515
1515
1516
- out_format = traits .Either ('spline' , 'field' , argstr = '--outformat=%s' ,
1517
- desc = ('Specifies the output format. If set to field (default) '
1518
- 'the output will be a (4D) field-file. If set to spline '
1519
- 'the format will be a (4D) file of spline coefficients.' ))
1516
+ out_format = traits .Enum ('spline' , 'field' , argstr = '--outformat=%s' ,
1517
+ desc = ('Specifies the output format. If set to field (default) '
1518
+ 'the output will be a (4D) field-file. If set to spline '
1519
+ 'the format will be a (4D) file of spline coefficients.' ))
1520
1520
1521
1521
warp_resolution = traits .Tuple (traits .Float , traits .Float , traits .Float ,
1522
1522
argstr = '--warpres=%0.4f,%0.4f,%0.4f' ,
You can’t perform that action at this time.
0 commit comments