Skip to content

Commit 00eb23c

Browse files
author
bpinsard
committed
typo
1 parent 9b55b11 commit 00eb23c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class FASTInputSpec(FSLCommandInputSpec):
199199
argstr='%s', position=-1, mandatory=True)
200200
out_basename = File(desc='base name of output files',
201201
argstr='-o %s') # uses in_file name as basename if none given
202-
number_classes = traits.Range(low=1, high=10, argstr='-n %d',
202+
203203
desc='number of tissue-type classes')
204204
output_biasfield = traits.Bool(desc='output estimated bias field',
205205
argstr='-b')
@@ -1119,7 +1119,7 @@ class FUGUEInputSpec(FSLCommandInputSpec):
11191119
despike_2dfilter = traits.Bool(argstr='--despike',
11201120
desc='apply a 2D de-spiking filter')
11211121
no_gap_fill = traits.Bool(argstr='--nofill',
1122-
desc='do not apply gap-filling measure to the fievldmap')
1122+
desc='do not apply gap-filling measure to the fieldmap')
11231123
no_extend = traits.Bool(argstr='--noextend',
11241124
desc='do not apply rigid-body extrapolation to the fieldmap')
11251125
smooth2d = traits.Float(argstr='--smooth2=%.2f',

0 commit comments

Comments
 (0)