File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -201,13 +201,12 @@ class TOPUPInputSpec(FSLCommandInputSpec):
201
201
warp_res = traits .Float (
202
202
argstr = '--warpres=%f' ,
203
203
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' ))
206
205
subsamp = traits .Int (argstr = '--subsamp=%d' ,
207
- desc = 'sub-sampling scheme (default in FSL 1) ' )
206
+ desc = 'sub-sampling scheme' )
208
207
fwhm = traits .Float (
209
208
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' )
211
210
config = traits .String (
212
211
'b02b0.cnf' ,
213
212
argstr = '--config=%s' ,
@@ -216,7 +215,7 @@ class TOPUPInputSpec(FSLCommandInputSpec):
216
215
'arguments' ))
217
216
max_iter = traits .Int (
218
217
argstr = '--miter=%d' ,
219
- desc = 'max # of non-linear iterations (default in FSL 5) ' )
218
+ desc = 'max # of non-linear iterations' )
220
219
reg_lambda = traits .Float (
221
220
argstr = '--lambda=%0.f' ,
222
221
desc = ('Weight of regularisation, default '
@@ -257,7 +256,7 @@ class TOPUPInputSpec(FSLCommandInputSpec):
257
256
splineorder = traits .Int (
258
257
argstr = '--splineorder=%d' ,
259
258
desc = ('order of spline, 2->Qadratic spline, '
260
- '3->Cubic spline (default in FSL 3) ' ))
259
+ '3->Cubic spline' ))
261
260
numprec = traits .Enum (
262
261
'double' ,
263
262
'float' ,
You can’t perform that action at this time.
0 commit comments