jilei-hao / itksnap

ITK-SNAP medical image segmentation tool
https://sourceforge.net/p/itk-snap/src/ci/master/tree/
GNU General Public License v3.0
0 stars 0 forks source link

Echo Cartesian Dicom Reorientation fix #97

Closed jilei-hao closed 1 year ago

jilei-hao commented 1 year ago

Reorient Image from LPS to LPI changed relative position between labels. Currently the dicom reader reorients Echo Cartesian Dicom from LPI to LPS, but it creates a mirror image with flipped A-P direction. We need to change the reorientation target to LAS so the A-P direction is not flipped.

Requirement

Change reorientation from LPI to LAS instead of LPS.

jilei-hao commented 1 year ago

https://github.com/jilei-hao/itksnap/pull/98