@@ -2093,7 +2093,7 @@ class CheckTalairachAlignmentInputSpec(FSTraitedSpec):
2093
2093
usedefault = True ,
2094
2094
argstr = "-T %.3f" ,
2095
2095
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" ,
2097
2097
)
2098
2098
2099
2099
@@ -2482,8 +2482,7 @@ class FixTopologyInputSpec(FSTraitedSpec):
2482
2482
copy_inputs = traits .Bool (
2483
2483
mandatory = True ,
2484
2484
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." ,
2487
2486
)
2488
2487
2489
2488
# optional
@@ -2736,9 +2735,8 @@ class MakeSurfacesInputSpec(FSTraitedSpec):
2736
2735
)
2737
2736
white = traits .String (argstr = "-white %s" , desc = "White surface name" )
2738
2737
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."
2742
2740
)
2743
2741
2744
2742
@@ -3011,9 +3009,8 @@ class CurvatureStatsInputSpec(FSTraitedSpec):
3011
3009
)
3012
3010
write = traits .Bool (argstr = "--writeCurvatureFiles" , desc = "Write curvature files" )
3013
3011
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."
3017
3014
)
3018
3015
3019
3016
@@ -3236,7 +3233,7 @@ class VolumeMaskInputSpec(FSTraitedSpec):
3236
3233
exists = True ,
3237
3234
xor = ["in_aseg" ],
3238
3235
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." ,
3240
3237
)
3241
3238
subject_id = traits .String (
3242
3239
"subject_id" ,
@@ -3256,12 +3253,11 @@ class VolumeMaskInputSpec(FSTraitedSpec):
3256
3253
save_ribbon = traits .Bool (
3257
3254
argstr = "--save_ribbon" ,
3258
3255
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" ,
3260
3257
)
3261
3258
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."
3265
3261
)
3266
3262
3267
3263
@@ -3430,9 +3426,8 @@ class ParcellationStatsInputSpec(FSTraitedSpec):
3430
3426
desc = "Output annotation files's colortable to text file" ,
3431
3427
)
3432
3428
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."
3436
3431
)
3437
3432
th3 = traits .Bool (
3438
3433
argstr = "-th3" ,
@@ -3622,9 +3617,8 @@ class ContrastInputSpec(FSTraitedSpec):
3622
3617
exists = True , mandatory = True , desc = "Implicit input file mri/rawavg.mgz"
3623
3618
)
3624
3619
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."
3628
3622
)
3629
3623
3630
3624
0 commit comments