pyushkevich/itksnap

Oblique volumes not displayed correctly with respect to anatomical axes

lamyj opened this issue · 2 comments

lamyj commented

Summary When loading an oblique volume (in this example, the Euler angles of the oblique volume given by ITK are 18°, -22°, -10°), it is displayed as axis-aligned when loaded as main image. On the two snapshot below, the skull-stripped image is oblique, while the other one has an identity direction matrix.

Observed behavior In the first snapshot, the axis-aligned image is loaded first, and the oblique image is displayed correctly.

snapshot0001

In the second snapshot, the oblique volume is loaded first, it is displayed axis-aligned, while the axis-aligned volume is displayed as if it were oblique.

snapshot0002

Expected behavior I would have expected both screenshots to show the images in the same orientation.

lamyj commented

Thanks for the explanation !