File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ class FASTInputSpec(FSLCommandInputSpec):
199
199
argstr = '%s' , position = - 1 , mandatory = True )
200
200
out_basename = File (desc = 'base name of output files' ,
201
201
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
+
203
203
desc = 'number of tissue-type classes' )
204
204
output_biasfield = traits .Bool (desc = 'output estimated bias field' ,
205
205
argstr = '-b' )
@@ -1119,7 +1119,7 @@ class FUGUEInputSpec(FSLCommandInputSpec):
1119
1119
despike_2dfilter = traits .Bool (argstr = '--despike' ,
1120
1120
desc = 'apply a 2D de-spiking filter' )
1121
1121
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 ' )
1123
1123
no_extend = traits .Bool (argstr = '--noextend' ,
1124
1124
desc = 'do not apply rigid-body extrapolation to the fieldmap' )
1125
1125
smooth2d = traits .Float (argstr = '--smooth2=%.2f' ,
You can’t perform that action at this time.
0 commit comments