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 14aaca1 commit 5407647Copy full SHA for 5407647
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