Skip to content

Commit 7f55aee

Browse files
committed
fix typo
1 parent cc2ae18 commit 7f55aee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nipype/interfaces/fsl/utils.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,10 +1513,10 @@ class WarpUtilsInputSpec(FSLCommandInputSpec):
15131513
'would typically be the file that was specified '
15141514
'with the --in argument when running fnirt.'))
15151515

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.'))
15201520

15211521
warp_resolution = traits.Tuple(traits.Float, traits.Float, traits.Float,
15221522
argstr='--warpres=%0.4f,%0.4f,%0.4f',

0 commit comments

Comments
 (0)