[Insight-developers] A possible bug in itkPhilipsRECImageIO
nadan zhu
nadan.zhu at gmail.com
Sat Jul 10 01:58:42 EDT 2010
Dear ITK developers,
When i am using itkPhilipsRECImageIO, it seems i found a bug.
in itkPhilipsRECImageIO.cxx (itk3.18.0)
line 763
759 case PAR_SLICE_ORIENTATION_SAGITTAL:
760 // Sagittal - the REC data appears to be stored as
anterior-posterior,
761 // superior-inferior, and right-left.
762 // Verified using marker on right side of brain.
763 coord_orient = SpatialOrientation::ITK_COORDINATE_ORIENTATION_ASL;
If the commens are correct, namely orientation is [ anterior-posterior,
superior-inferior, right-left]
shouldn't the coord_orient be
coord_orient = SpatialOrientation::ITK_COORDINATE_ORIENTATION_ASR;
best
nadan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20100710/f791a320/attachment.htm>
More information about the Insight-developers
mailing list