@@ -296,19 +296,19 @@ class antsCorticalThicknessInputSpec(ANTSCommandInputSpec):
296296 desc = 'image dimension (2 or 3)' )
297297 anatomical_image = File (exists = True ,
298298 argstr = '-a %s' ,
299- desc = 'Structural *intensity* image, typically T1.'
299+ desc = ( 'Structural *intensity* image, typically T1.'
300300 'If more than one anatomical image is specified,'
301301 'subsequently specified images are used during the'
302302 'segmentation process. However, only the first'
303303 'image is used in the registration of priors.'
304304 'Our suggestion would be to specify the T1'
305- 'as the first image.' ,
305+ 'as the first image.' ) ,
306306 mandatory = True )
307307 brain_template = File (exists = True ,
308308 argstr = '-e %s' ,
309- desc = 'Anatomical *intensity* template (possibly created using a'
309+ desc = ( 'Anatomical *intensity* template (possibly created using a'
310310 'population data set with buildtemplateparallel.sh in ANTs).'
311- 'This template is *not* skull-stripped.' ,
311+ 'This template is *not* skull-stripped.' ) ,
312312 mandatory = True )
313313 brain_probability_mask = File (exists = True ,
314314 argstr = '-m %s' , desc = 'brain probability mask in template space' ,
@@ -334,14 +334,14 @@ class antsCorticalThicknessInputSpec(ANTSCommandInputSpec):
334334 keep_temporary_files = traits .Int (argstr = '-k %d' ,
335335 desc = 'Keep brain extraction/segmentation warps, etc (default = 0).' )
336336 max_iterations = traits .Int (argstr = '-i %d' ,
337- desc = 'ANTS registration max iterations'
338- '(default = 100x100x70x20)' )
337+ desc = ( 'ANTS registration max iterations'
338+ '(default = 100x100x70x20)' ))
339339 prior_segmentation_weight = traits .Float (argstr = '-w %f' ,
340- desc = 'Atropos spatial prior *probability* weight for'
341- 'the segmentation' )
340+ desc = ( 'Atropos spatial prior *probability* weight for'
341+ 'the segmentation' ))
342342 segmentation_iterations = traits .Int (argstr = '-n %d' ,
343- desc = 'N4 -> Atropos -> N4 iterations during segmentation'
344- '(default = 3)' )
343+ desc = ( 'N4 -> Atropos -> N4 iterations during segmentation'
344+ '(default = 3)' ))
345345 posterior_formulation = traits .Str (argstr = '-b %s' ,
346346 desc = ('Atropos posterior formulation and whether or not'
347347 'to use mixture model proportions.'
0 commit comments