Page MenuHomePhabricator

Error on time navigation of 4D images
Closed, DuplicatePublic

Description

I load 2 images of dimensions [128 128 72 27] and [128 128 72 33]. I move the time slider to >= 27. The generic error message box appears, with the following text:

2016.11

MITK Exception:

Description: Invalid ImageAccessor: The Dimensions of ImageAccessor and ImageDataItem are not equal.

Filename: d:\projects\release\mitk\modules\core\include\mitkImagePixelAccessor.h

Line: 71

master

MITK Exception:

Description: Invalid ImageAccessor: The Dimensions of ImageAccessor and ImageDataItem are not equal. m_ImageDataItem->GetDimension(): 4 , VDimension: 3

Filename: c:\imeka\mitk\master\modules\core\include\mitkImagePixelAccessor.h

Line: 77

What is it supposed to do? Stay at 27 for the first image and show the right volume for the second image?

Event Timeline

goch triaged this task as Normal priority.Oct 20 2017, 10:17 AM
goch added a subscriber: goch.

Basically but not quite. When queried for a time step it does not have it should return the closest time step. However there should not be an exception visible to the user in any case.