@@ -2094,7 +2094,7 @@ class CheckTalairachAlignmentInputSpec(FSTraitedSpec):
20942094 usedefault = True ,
20952095 argstr = "-T %.3f" ,
20962096 desc = "Talairach transforms for subjects with p-values <= T "
2097- + "are considered as very unlikely default=0.010" ,
2097+ "are considered as very unlikely default=0.010" ,
20982098 )
20992099
21002100
@@ -2483,8 +2483,7 @@ class FixTopologyInputSpec(FSTraitedSpec):
24832483 copy_inputs = traits .Bool (
24842484 mandatory = True ,
24852485 desc = "If running as a node, set this to True "
2486- + "otherwise, the topology fixing will be done "
2487- + "in place." ,
2486+ "otherwise, the topology fixing will be done in place." ,
24882487 )
24892488
24902489 # optional
@@ -2737,9 +2736,8 @@ class MakeSurfacesInputSpec(FSTraitedSpec):
27372736 )
27382737 white = traits .String (argstr = "-white %s" , desc = "White surface name" )
27392738 copy_inputs = traits .Bool (
2740- desc = "If running as a node, set this to True."
2741- + "This will copy the input files to the node "
2742- + "directory."
2739+ desc = "If running as a node, set this to True. "
2740+ "This will copy the input files to the node directory."
27432741 )
27442742
27452743
@@ -3012,9 +3010,8 @@ class CurvatureStatsInputSpec(FSTraitedSpec):
30123010 )
30133011 write = traits .Bool (argstr = "--writeCurvatureFiles" , desc = "Write curvature files" )
30143012 copy_inputs = traits .Bool (
3015- desc = "If running as a node, set this to True."
3016- + "This will copy the input files to the node "
3017- + "directory."
3013+ desc = "If running as a node, set this to True. "
3014+ "This will copy the input files to the node directory."
30183015 )
30193016
30203017
@@ -3237,7 +3234,7 @@ class VolumeMaskInputSpec(FSTraitedSpec):
32373234 exists = True ,
32383235 xor = ["in_aseg" ],
32393236 desc = "Implicit aseg.mgz segmentation. "
3240- + "Specify a different aseg by using the 'in_aseg' input." ,
3237+ "Specify a different aseg by using the 'in_aseg' input." ,
32413238 )
32423239 subject_id = traits .String (
32433240 "subject_id" ,
@@ -3257,12 +3254,11 @@ class VolumeMaskInputSpec(FSTraitedSpec):
32573254 save_ribbon = traits .Bool (
32583255 argstr = "--save_ribbon" ,
32593256 desc = "option to save just the ribbon for the "
3260- + "hemispheres in the format ?h.ribbon.mgz" ,
3257+ "hemispheres in the format ?h.ribbon.mgz" ,
32613258 )
32623259 copy_inputs = traits .Bool (
3263- desc = "If running as a node, set this to True."
3264- + "This will copy the implicit input files to the "
3265- + "node directory."
3260+ desc = "If running as a node, set this to True. "
3261+ "This will copy the implicit input files to the node directory."
32663262 )
32673263
32683264
@@ -3431,9 +3427,8 @@ class ParcellationStatsInputSpec(FSTraitedSpec):
34313427 desc = "Output annotation files's colortable to text file" ,
34323428 )
34333429 copy_inputs = traits .Bool (
3434- desc = "If running as a node, set this to True."
3435- + "This will copy the input files to the node "
3436- + "directory."
3430+ desc = "If running as a node, set this to True. "
3431+ "This will copy the input files to the node directory."
34373432 )
34383433 th3 = traits .Bool (
34393434 argstr = "-th3" ,
@@ -3623,9 +3618,8 @@ class ContrastInputSpec(FSTraitedSpec):
36233618 exists = True , mandatory = True , desc = "Implicit input file mri/rawavg.mgz"
36243619 )
36253620 copy_inputs = traits .Bool (
3626- desc = "If running as a node, set this to True."
3627- + "This will copy the input files to the node "
3628- + "directory."
3621+ desc = "If running as a node, set this to True. "
3622+ "This will copy the input files to the node directory."
36293623 )
36303624
36313625
0 commit comments