-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Closed
Copy link
Description
From antsRegistration
manual page:
-n, --interpolation Linear
NearestNeighbor
MultiLabel[<sigma=imageSpacing>,<alpha=4.0>]
Gaussian[<sigma=imageSpacing>,<alpha=1.0>]
BSpline[<order=3>]
CosineWindowedSinc
WelchWindowedSinc
HammingWindowedSinc
LanczosWindowedSinc
GenericLabel[<interpolator=Linear>]
The GenericLabel
option is currently missing from the input spec:
nipype/nipype/interfaces/ants/registration.py
Lines 411 to 423 in 5ac2f18
interpolation = traits.Enum( | |
"Linear", | |
"NearestNeighbor", | |
"CosineWindowedSinc", | |
"WelchWindowedSinc", | |
"HammingWindowedSinc", | |
"LanczosWindowedSinc", | |
"BSpline", | |
"MultiLabel", | |
"Gaussian", | |
argstr="%s", | |
usedefault=True, | |
) |
Additionally, MultiLabel
is no longer recommended and GenericLabel
is the preferred option.
Will make a PR.
effigies
Metadata
Metadata
Assignees
Labels
No labels