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-4Lines changed: 4 additions & 4 deletions
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",
0 commit comments