MantisBT - ITK | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0009205 | ITK | public | 2009-06-25 10:23 | 2010-10-21 12:31 | ||||||
Reporter | Bradley Lowekamp | |||||||||
Assigned To | Luis Ibanez | |||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | |||||
Status | closed | Resolution | fixed | |||||||
Platform | OS | OS Version | ||||||||
Product Version | ||||||||||
Target Version | Fixed in Version | |||||||||
Resolution Date | ||||||||||
Sprint | ||||||||||
Sprint Status | ||||||||||
Summary | 0009205: Stack corruption while reading an image series with a single file | |||||||||
Description | Reported by Sebastian Steger on Insight-users: Hi, I used the itk::ImageSeriesReader to read a single file containing an image with dimensions [X,Y,1] - a 2D image. This results in corruption of the stack. The reason for that can be found in Code\IO\itkImageSeriesReader.txx R1.35, line 316: sliceStartIndex[m_NumberOfDimensionsInImage] = i; 'sliceStartIndex' is in my case an array with 3 elements and 'm_NumberOfDimensionsInImage' is set to 3! For more than one image, 'm_NumberOfDimensionsInImage' is reduced correctly in line 160. Introducing the same dimension reduction logic (lines 151-166) to the 1 file case (line 140) solves the problem. Best regards, Sebastian | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2009-06-25 10:23 | Bradley Lowekamp | New Issue | ||||||||
2009-07-06 16:22 | Bradley Lowekamp | Status | new => assigned | |||||||
2009-07-06 16:22 | Bradley Lowekamp | Assigned To | => Bradley Lowekamp | |||||||
2009-07-28 18:04 | Luis Ibanez | Relationship added | has duplicate 0009149 | |||||||
2009-07-28 18:16 | Luis Ibanez | Note Added: 0016993 | ||||||||
2009-07-28 18:17 | Luis Ibanez | Assigned To | Bradley Lowekamp => Luis Ibanez | |||||||
2009-07-28 18:18 | Luis Ibanez | Note Added: 0016995 | ||||||||
2009-07-28 18:18 | Luis Ibanez | Status | assigned => confirmed | |||||||
2009-07-28 18:42 | Luis Ibanez | Note Added: 0016997 | ||||||||
2009-07-28 18:51 | Luis Ibanez | Note Added: 0017000 | ||||||||
2009-07-28 18:51 | Luis Ibanez | Status | confirmed => resolved | |||||||
2009-07-28 18:51 | Luis Ibanez | Resolution | open => fixed | |||||||
2010-10-21 12:31 | Gabe Hart | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|