-
-
Notifications
You must be signed in to change notification settings - Fork 381
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
Confusion over mi vs mi2 metric #1668
Comments
Thanks. I'll take a look. |
Okay, so these two functions serve separate purposes and aren't meant to be used inversely. |
There is a discrepancy between converting metric from
enum
to string:https://github.com/ANTsX/ANTs/blob/v2.5.1/Examples/itkantsRegistrationHelper.h#L253-L256
and string to
enum
:https://github.com/ANTsX/ANTs/blob/v2.5.1/Examples/itkantsRegistrationHelper.hxx#L145-L152
I am new to ANTs, so I don't know what is the best way to fix it.
The text was updated successfully, but these errors were encountered: