You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: nipype/interfaces/semtools/diffusion/gtract.py
+4-4
Original file line number
Diff line number
Diff line change
@@ -1194,15 +1194,15 @@ class gtractCoRegAnatomyInputSpec(CommandLineInputSpec):
1194
1194
argstr="--samplingPercentage %f",
1195
1195
)
1196
1196
useMomentsAlign=traits.Bool(
1197
-
desc="MomentsAlign assumes that the center of mass of the images represent similar structures. Perform a MomentsAlign registration as part of the sequential registration steps. This option MUST come first, and CAN NOT be used with either CenterOfHeadLAlign, GeometryAlign, or initialTransform file. This family of options superceeds the use of transformType if any of them are set.",
1197
+
desc="MomentsAlign assumes that the center of mass of the images represent similar structures. Perform a MomentsAlign registration as part of the sequential registration steps. This option MUST come first, and CAN NOT be used with either CenterOfHeadLAlign, GeometryAlign, or initialTransform file. This family of options supersedes the use of transformType if any of them are set.",
1198
1198
argstr="--useMomentsAlign ",
1199
1199
)
1200
1200
useGeometryAlign=traits.Bool(
1201
-
desc="GeometryAlign on assumes that the center of the voxel lattice of the images represent similar structures. Perform a GeometryCenterAlign registration as part of the sequential registration steps. This option MUST come first, and CAN NOT be used with either MomentsAlign, CenterOfHeadAlign, or initialTransform file. This family of options superceeds the use of transformType if any of them are set.",
1201
+
desc="GeometryAlign on assumes that the center of the voxel lattice of the images represent similar structures. Perform a GeometryCenterAlign registration as part of the sequential registration steps. This option MUST come first, and CAN NOT be used with either MomentsAlign, CenterOfHeadAlign, or initialTransform file. This family of options supersedes the use of transformType if any of them are set.",
1202
1202
argstr="--useGeometryAlign ",
1203
1203
)
1204
1204
useCenterOfHeadAlign=traits.Bool(
1205
-
desc="CenterOfHeadAlign attempts to find a hemisphere full of foreground voxels from the superior direction as an estimate of where the center of a head shape would be to drive a center of mass estimate. Perform a CenterOfHeadAlign registration as part of the sequential registration steps. This option MUST come first, and CAN NOT be used with either MomentsAlign, GeometryAlign, or initialTransform file. This family of options superceeds the use of transformType if any of them are set.",
1205
+
desc="CenterOfHeadAlign attempts to find a hemisphere full of foreground voxels from the superior direction as an estimate of where the center of a head shape would be to drive a center of mass estimate. Perform a CenterOfHeadAlign registration as part of the sequential registration steps. This option MUST come first, and CAN NOT be used with either MomentsAlign, GeometryAlign, or initialTransform file. This family of options supersedes the use of transformType if any of them are set.",
1206
1206
argstr="--useCenterOfHeadAlign ",
1207
1207
)
1208
1208
numberOfThreads=traits.Int(
@@ -1370,7 +1370,7 @@ class gtractCostFastMarchingInputSpec(CommandLineInputSpec):
1370
1370
argstr="--anisotropyWeight %f",
1371
1371
)
1372
1372
stoppingValue=traits.Float(
1373
-
desc="Terminiating value for vcl_cost function estimation",
1373
+
desc="Terminating value for vcl_cost function estimation",
Copy file name to clipboardexpand all lines: nipype/interfaces/semtools/segmentation/specialized.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -587,7 +587,7 @@ class BinaryMaskEditorBasedOnLandmarksInputSpec(CommandLineInputSpec):
587
587
)
588
588
setCutDirectionForObliquePlane=InputMultiPath(
589
589
traits.Str,
590
-
desc="If this is true, the mask will be thresholded out to the direction of inferior, posterior, and/or left. Default behavrior is that cutting out to the direction of superior, anterior and/or right. ",
590
+
desc="If this is true, the mask will be thresholded out to the direction of inferior, posterior, and/or left. Default behavior is that cutting out to the direction of superior, anterior and/or right. ",
Copy file name to clipboardexpand all lines: nipype/interfaces/slicer/registration/brainsfit.py
+5-5
Original file line number
Diff line number
Diff line change
@@ -63,23 +63,23 @@ class BRAINSFitInputSpec(CommandLineInputSpec):
63
63
argstr="--initializeTransformMode %s",
64
64
)
65
65
useRigid=traits.Bool(
66
-
desc="Perform a rigid registration as part of the sequential registration steps. This family of options superceeds the use of transformType if any of them are set.",
66
+
desc="Perform a rigid registration as part of the sequential registration steps. This family of options supersedes the use of transformType if any of them are set.",
67
67
argstr="--useRigid ",
68
68
)
69
69
useScaleVersor3D=traits.Bool(
70
-
desc="Perform a ScaleVersor3D registration as part of the sequential registration steps. This family of options superceeds the use of transformType if any of them are set.",
70
+
desc="Perform a ScaleVersor3D registration as part of the sequential registration steps. This family of options supersedes the use of transformType if any of them are set.",
71
71
argstr="--useScaleVersor3D ",
72
72
)
73
73
useScaleSkewVersor3D=traits.Bool(
74
-
desc="Perform a ScaleSkewVersor3D registration as part of the sequential registration steps. This family of options superceeds the use of transformType if any of them are set.",
74
+
desc="Perform a ScaleSkewVersor3D registration as part of the sequential registration steps. This family of options supersedes the use of transformType if any of them are set.",
75
75
argstr="--useScaleSkewVersor3D ",
76
76
)
77
77
useAffine=traits.Bool(
78
-
desc="Perform an Affine registration as part of the sequential registration steps. This family of options superceeds the use of transformType if any of them are set.",
78
+
desc="Perform an Affine registration as part of the sequential registration steps. This family of options supersedes the use of transformType if any of them are set.",
79
79
argstr="--useAffine ",
80
80
)
81
81
useBSpline=traits.Bool(
82
-
desc="Perform a BSpline registration as part of the sequential registration steps. This family of options superceeds the use of transformType if any of them are set.",
82
+
desc="Perform a BSpline registration as part of the sequential registration steps. This family of options supersedes the use of transformType if any of them are set.",
0 commit comments