We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
antsRegistration
restrict_deformation
1 parent d8dbc6f commit ab6c616Copy full SHA for ab6c616
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