Skip to content

Commit a0a602c

Browse files
committed
removing misleading info about the default values
1 parent ec31d97 commit a0a602c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

nipype/interfaces/fsl/epi.py

+5-6
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,12 @@ class TOPUPInputSpec(FSLCommandInputSpec):
201201
warp_res = traits.Float(
202202
argstr='--warpres=%f',
203203
desc=('(approximate) resolution (in mm) of warp '
204-
'basis for the different sub-sampling levels'
205-
'(default in FSL 10).'))
204+
'basis for the different sub-sampling levels'))
206205
subsamp = traits.Int(argstr='--subsamp=%d',
207-
desc='sub-sampling scheme (default in FSL 1)')
206+
desc='sub-sampling scheme')
208207
fwhm = traits.Float(
209208
argstr='--fwhm=%f',
210-
desc='FWHM (in mm) of gaussian smoothing kernel (default in FSL 8)')
209+
desc='FWHM (in mm) of gaussian smoothing kernel')
211210
config = traits.String(
212211
'b02b0.cnf',
213212
argstr='--config=%s',
@@ -216,7 +215,7 @@ class TOPUPInputSpec(FSLCommandInputSpec):
216215
'arguments'))
217216
max_iter = traits.Int(
218217
argstr='--miter=%d',
219-
desc='max # of non-linear iterations (default in FSL 5)')
218+
desc='max # of non-linear iterations')
220219
reg_lambda = traits.Float(
221220
argstr='--lambda=%0.f',
222221
desc=('Weight of regularisation, default '
@@ -257,7 +256,7 @@ class TOPUPInputSpec(FSLCommandInputSpec):
257256
splineorder = traits.Int(
258257
argstr='--splineorder=%d',
259258
desc=('order of spline, 2->Qadratic spline, '
260-
'3->Cubic spline (default in FSL 3)'))
259+
'3->Cubic spline'))
261260
numprec = traits.Enum(
262261
'double',
263262
'float',

0 commit comments

Comments
 (0)