-
-
Notifications
You must be signed in to change notification settings - Fork 664
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
BUG: Fix incorrect reading of MINC2 files, convert RAS coordinates to LPS #4864
base: master
Are you sure you want to change the base?
BUG: Fix incorrect reading of MINC2 files, convert RAS coordinates to LPS #4864
Conversation
TODO:
|
0b2f6bc
to
23f65ad
Compare
I'd be interested to try this in our app when you think it's in shape... |
I'll try to make changes.... |
https://github.com/vfonov/ITK/commits/MINC_IMAGE_RAS_LPS_VF/ - here is my work in progress, i am going to add tests for all the new cases... |
Would any of the enums enums for the AnatomicalOrientaion PR be useful here? I am seeing a lot of LPS and RAS terms in this PR which can be little ambiguous. At lease the public interface of "RAS_to_LPS" the setter getter could be clarified and be make unambiguous. |
What would make it less ambiguous? |
OK, How do i push my changes here from https://github.com/vfonov/ITK/tree/MINC_IMAGE_RAS_LPS ? |
Pushing to Gabriel's branch should work:
The above assumes that the you have created your
should have the desired effect. If you run into trouble, you can start a fresh branch (assuming you rename your local
|
|
@gdevenyi should be able to grant permissions to push to his ITK fork on GitHub, which should fix the issue. |
I have invited @vfonov |
So |
This newly merged class should provide some documentation to better describe the coordinate changes in an unambiguous fashion: https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Core/Common/include/itkAnatomicalOrientation.h |
so, where does this new class apply in the proposed change? |
Please document what you mean by RAS in the unambiguous terminology described in that class. |
So, it's a documentation question - i.e I should updated documentation of the MINC reader Module? |
@gdevenyi - can you make changes requested by @blowekamp ? I do not understand what's required here. |
Replaces #147
PR Checklist
Refer to the ITK Software Guide for
further development details if necessary.