-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
DICOM datasets up-side-down #185
Comments
if I remove the call to
So the reason they show up-side-down is because of the rotation applied in @SitronX we talked about making sure the rotation stays the same as before the that coordinate space PR, to make sure people get any unpleasant surprises when upgrading. It will only affect newly imported datasets (not those already serialized) anyway. |
Hi @mlavik1
Yes all my dicom, but also NRRD are upside down (i guess Niftis are also upside down due to SimpleITK?).
Ye i guess it is fine. I dont know how people use this library, but i guess they do not update their clone or whatever everytime they launch their app. Myself, I downloaded latest version of your library to my project somewhere in January and only manually updated some crucial things since then. If somebody did use it in their app with ability to update this library automatically i would be actually curious how they have done it. I guess this could be maybe done with Unity Asset store when trying to update the asset thru Unity package manager? Or could the clone of this library be stored also in new Unity project? Would it update correctly by pulling latest commits? Hmm. But this would forbid you to do any changes to library itself due to merge conflicts with updates in the future, so i guess downloading latest version and updating manually is the only option if you wanted to make changes inside it, right? :D |
Ok, good to hear it's consistent at least :) And yes, Niftis are also affected by that, unless you disable SimpleITK (there's another Nifti importer too haha).
Hmm yes. If someone wants a very stable experience, I would hope they either use the Asset Store version or one of the packaged releases. I'll make sure to add a note about the coordinate system changes in the release notes both places! Most people (except the very technical ones who are developing their own software using this plugin) seem to import datasets through the editor, and then they probably rotate it manually there. Either way, I guess we don't want the datasets to be up-side-down forever 😅
Hmm, good question! I would probably recommend:
Or what do you think? |
Hi @mlavik1 |
DICOM datasets consistently spawn up-side-down:
I believe it has always been like this. Before #170 they were also mirrrored. Now the coordinate system should be correct, except the rotation is wrong.
The text was updated successfully, but these errors were encountered: