MantisBT - ITK
View Issue Details
0005834ITKpublic2007-10-08 07:222008-05-10 15:24
Luis Ibanez 
Luis Ibanez 
normalminoralways
closedno change required 
 
 
0005834: MetaImage only reads Direction Cosines from 3D images
The section of code that passes direction cosines from the Meta library to the MetaImageIO class is placed inside an if that tests for the image dimension to be 3.
No tags attached.
Issue History
2007-10-08 07:22Luis IbanezNew Issue
2007-10-08 08:09Luis IbanezProjectIGSTK => ITK
2007-10-08 08:22Luis IbanezStatusnew => assigned
2007-10-08 08:22Luis IbanezAssigned To => Luis Ibanez
2007-10-08 08:24Luis IbanezNote Added: 0009400
2008-01-23 10:57Luis IbanezNote Added: 0010230
2008-01-23 13:42AndinetNote Added: 0010239
2008-01-23 13:43AndinetStatusassigned => resolved
2008-01-23 13:43AndinetResolutionopen => no change required
2008-05-10 15:23Luis IbanezNote Added: 0011793
2008-05-10 15:24Luis IbanezStatusresolved => closed
2008-05-10 15:24Luis IbanezNote Added: 0011794

Notes
(0009400)
Luis Ibanez   
2007-10-08 08:24   
A fix has been committed:
http://www.itk.org/cgi-bin/viewcvs.cgi/Code/IO/itkMetaImageIO.cxx?root=Insight&sortby=date&r2=1.80&r1=1.79 [^]

Experimental build was green...
however, there are no explicit tests for Direction being read correctly.
We should add some tests.
(0010230)
Luis Ibanez   
2008-01-23 10:57   
Andinet will add tests for 2D.
(0010239)
Andinet   
2008-01-23 13:42   
Tests have already been added
(0011793)
Luis Ibanez   
2008-05-10 15:23   
2D Test:
http://www.itk.org/cgi-bin/viewcvs.cgi/Testing/Code/IO/itkImageIODirection2DTest.cxx?root=Insight&sortby=date&view=log [^]

3D Test:
http://www.itk.org/cgi-bin/viewcvs.cgi/Testing/Code/IO/itkImageIODirection3DTest.cxx?root=Insight&sortby=date&view=log [^]
(0011794)
Luis Ibanez   
2008-05-10 15:24   
Tests are available now. They are passing.