MantisBT - ITK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0007485 | ITK | public | 2008-08-13 08:32 | 2010-10-21 12:32 | |
Reporter | Luke Bloy | ||||
Assigned To | kentwilliams | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | ITK-3-8 | ||||
Target Version | Fixed in Version | ||||
Resolution Date | |||||
Sprint | |||||
Sprint Status | |||||
Summary | 0007485: itkNiftiImageIO saves tensors in non-standard way | ||||
Description | Nifti 1.1 supports the SYMMATRIX intent code for the saving of symmetric matrices. The format as described in http://godzilla.kennedykrieger.org/sw/niftilib/group__NIFTI1__INTENT__CODES.html [^] , is lower triangular. itk uses upper triangular for it's internal storage and then uses the Vector intent code and saves the tensors in upper triangular order. This makes the nifti files incompatible with other software such as afni/medInria etc. | ||||
Steps To Reproduce | |||||
Additional Information | I'm attaching an edited 3.6 itkNiftiImageIO.cxx file that I believe addresses the issue although it is specific for the tensor class not for the itkSymmetricSecondRankTensor class | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | itkNiftiImageIO.cxx (48,274) 2008-08-13 08:32 https://public.kitware.com/Bug/file/1663/itkNiftiImageIO.cxx | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2008-08-13 08:32 | Luke Bloy | New Issue | |||
2008-08-13 08:32 | Luke Bloy | File Added: itkNiftiImageIO.cxx | |||
2009-03-10 20:13 | Hans Johnson | Status | new => assigned | ||
2009-03-10 20:13 | Hans Johnson | Assigned To | => kentwilliams | ||
2009-03-12 15:55 | kentwilliams | Status | assigned => resolved | ||
2009-03-12 15:55 | kentwilliams | Resolution | open => fixed | ||
2010-10-21 12:32 | Gabe Hart | Status | resolved => closed |
There are no notes attached to this issue. |