pyushkevich / itksnap

ITK-SNAP medical image segmentation tool
http://www.itksnap.org
GNU General Public License v3.0
294 stars 86 forks source link

Failed to load image with RPI anatomical orientation #20

Open kaiwen2020 opened 4 years ago

kaiwen2020 commented 4 years ago

I try to view a 3d mr image under a rotated coordinate system, the transform matrix (or direction, orientation) of which is not an identity matrix (with decimals between -1 and 1). The .mhd file shows that AnatomicalOrientation = RPI.
ITK-snap fails to load this image, and says "Image has an invalid orientation". Do you have any suggestions to solve this problem?