fvpolpeta / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

DICOMReader incorrectly reads world coordinates from DICOM #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For a pair of test MRIs I have verified that the DICOMReader incorrectly reads 
the world coordinates, whereas similar readers (MITK) reads the same data 
correctly.

This error makes it impossible to automatically superimpose pre-aligned DICOM 
sets taken with different extents or orientations.

Original issue reported on code.google.com by fma...@gmail.com on 3 Jun 2011 at 1:09

GoogleCodeExporter commented 9 years ago
The world coordinates are correct for most images, but (for example) incorrect 
for a coronally scanned MRI dataset in my possession.

DICOMReader.py line 44 might be related to this problem:
self._reader.SetFileLowerLeft(1)
Although flipping this switch to zero doesn't resolve the issue (it does change 
the output world coordinates though)

Original comment by fma...@gmail.com on 20 Jun 2011 at 12:22

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4068.

Original comment by fma...@gmail.com on 23 Jun 2011 at 6:34

GoogleCodeExporter commented 9 years ago
Issue 197 has been merged into this issue.

Original comment by fma...@gmail.com on 24 Jun 2011 at 6:27