Metadata "Space" Is Always "RAS" #8070
GaoxiangLuo
started this conversation in
General
Replies: 1 comment
-
Hi @GaoxiangLuo, yes, the space are shown the coordinate system which is the convention of which reader you are using, not related to your image. MONAI/monai/data/image_reader.py Line 176 in b539cbb |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When use
LoadImage
, the metadata "space" is always RAS, not reflecting the real orientation.To Reproduce
Here is a minimal code snippet to reproduce the behavior:
Expected behavior
It's expected to print out RSP, but it printed out RAS as always.
Environment
Ensuring you use the relevant python executable, please paste the output of:
Beta Was this translation helpful? Give feedback.
All reactions