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