We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antsRegistration
restrict_deformation
1 parent 4e10801 commit 7362004Copy full SHA for 7362004
nipype/interfaces/ants/registration.py
@@ -526,7 +526,7 @@ class RegistrationInputSpec(ANTSCommandInputSpec):
526
)
527
528
restrict_deformation = traits.List(
529
- traits.List(traits.Enum(0, 1)),
+ traits.List(traits.Range(low=0.0, high=1.0)),
530
desc=(
531
"This option allows the user to restrict the optimization of "
532
"the displacement field, translation, rigid or affine transform "
0 commit comments