@@ -2093,7 +2093,7 @@ class CheckTalairachAlignmentInputSpec(FSTraitedSpec):
20932093 usedefault = True ,
20942094 argstr = "-T %.3f" ,
20952095 desc = "Talairach transforms for subjects with p-values <= T "
2096- + "are considered as very unlikely default=0.010" ,
2096+ "are considered as very unlikely default=0.010" ,
20972097 )
20982098
20992099
@@ -2482,8 +2482,7 @@ class FixTopologyInputSpec(FSTraitedSpec):
24822482 copy_inputs = traits .Bool (
24832483 mandatory = True ,
24842484 desc = "If running as a node, set this to True "
2485- + "otherwise, the topology fixing will be done "
2486- + "in place." ,
2485+ "otherwise, the topology fixing will be done in place." ,
24872486 )
24882487
24892488 # optional
@@ -2736,9 +2735,8 @@ class MakeSurfacesInputSpec(FSTraitedSpec):
27362735 )
27372736 white = traits .String (argstr = "-white %s" , desc = "White surface name" )
27382737 copy_inputs = traits .Bool (
2739- desc = "If running as a node, set this to True."
2740- + "This will copy the input files to the node "
2741- + "directory."
2738+ desc = "If running as a node, set this to True. "
2739+ "This will copy the input files to the node directory."
27422740 )
27432741
27442742
@@ -3011,9 +3009,8 @@ class CurvatureStatsInputSpec(FSTraitedSpec):
30113009 )
30123010 write = traits .Bool (argstr = "--writeCurvatureFiles" , desc = "Write curvature files" )
30133011 copy_inputs = traits .Bool (
3014- desc = "If running as a node, set this to True."
3015- + "This will copy the input files to the node "
3016- + "directory."
3012+ desc = "If running as a node, set this to True. "
3013+ "This will copy the input files to the node directory."
30173014 )
30183015
30193016
@@ -3236,7 +3233,7 @@ class VolumeMaskInputSpec(FSTraitedSpec):
32363233 exists = True ,
32373234 xor = ["in_aseg" ],
32383235 desc = "Implicit aseg.mgz segmentation. "
3239- + "Specify a different aseg by using the 'in_aseg' input." ,
3236+ "Specify a different aseg by using the 'in_aseg' input." ,
32403237 )
32413238 subject_id = traits .String (
32423239 "subject_id" ,
@@ -3256,12 +3253,11 @@ class VolumeMaskInputSpec(FSTraitedSpec):
32563253 save_ribbon = traits .Bool (
32573254 argstr = "--save_ribbon" ,
32583255 desc = "option to save just the ribbon for the "
3259- + "hemispheres in the format ?h.ribbon.mgz" ,
3256+ "hemispheres in the format ?h.ribbon.mgz" ,
32603257 )
32613258 copy_inputs = traits .Bool (
3262- desc = "If running as a node, set this to True."
3263- + "This will copy the implicit input files to the "
3264- + "node directory."
3259+ desc = "If running as a node, set this to True. "
3260+ "This will copy the implicit input files to the node directory."
32653261 )
32663262
32673263
@@ -3430,9 +3426,8 @@ class ParcellationStatsInputSpec(FSTraitedSpec):
34303426 desc = "Output annotation files's colortable to text file" ,
34313427 )
34323428 copy_inputs = traits .Bool (
3433- desc = "If running as a node, set this to True."
3434- + "This will copy the input files to the node "
3435- + "directory."
3429+ desc = "If running as a node, set this to True. "
3430+ "This will copy the input files to the node directory."
34363431 )
34373432 th3 = traits .Bool (
34383433 argstr = "-th3" ,
@@ -3622,9 +3617,8 @@ class ContrastInputSpec(FSTraitedSpec):
36223617 exists = True , mandatory = True , desc = "Implicit input file mri/rawavg.mgz"
36233618 )
36243619 copy_inputs = traits .Bool (
3625- desc = "If running as a node, set this to True."
3626- + "This will copy the input files to the node "
3627- + "directory."
3620+ desc = "If running as a node, set this to True. "
3621+ "This will copy the input files to the node directory."
36283622 )
36293623
36303624
0 commit comments