Skip to content

[ENH] Add GenericLabel to antsRegistration interface as MultiLabel is outdated. #3423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
axiezai opened this issue Dec 15, 2021 · 0 comments · Fixed by #3424
Closed

[ENH] Add GenericLabel to antsRegistration interface as MultiLabel is outdated. #3423

axiezai opened this issue Dec 15, 2021 · 0 comments · Fixed by #3424

Comments

@axiezai
Copy link
Contributor

axiezai commented Dec 15, 2021

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:

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.

@axiezai axiezai changed the title Add genericLabel to ANTSRegistration interface as MultiLabel is outdated. Add genericLabel to antsRegistration interface as MultiLabel is outdated. Dec 15, 2021
@axiezai axiezai changed the title Add genericLabel to antsRegistration interface as MultiLabel is outdated. Add enericLabel to antsRegistration interface as MultiLabel is outdated. Dec 15, 2021
@axiezai axiezai changed the title Add enericLabel to antsRegistration interface as MultiLabel is outdated. Add GenericLabel to antsRegistration interface as MultiLabel is outdated. Dec 15, 2021
@axiezai axiezai changed the title Add GenericLabel to antsRegistration interface as MultiLabel is outdated. [ENH] Add GenericLabel to antsRegistration interface as MultiLabel is outdated. Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant