Page MenuHomePhabricator

Mapper (partially?) do not handle images correctly if they are out of time bound
Open, NormalPublic

Description

Status: As discussed in T25042 mapper should not show images if the time point selected in the Navigationslider is out of the time bound of the image. Currently at least the normal 2d/3d image mappers do so.

To reproduce the problem:

  • load both test data from MITK-Data/3D+t-ITKIO-TestData.
  • place LinearModel_4D_prop_time_geometry top most
  • globally initialize
  • Go to a timestep >= 10
  • LinearModel_4D_prop_time_geometry should now dissapear and only LinearModel_4D_arbitrary_time_geometry should be visible because it has the larger time bounds. This is not the case. The last time step of LinearModel_4D_prop_time_geometry is still visible.

Event Timeline

Not sure if this is somthing we should fix befor the now release?

floca updated the task description. (Show Details)
kislinsk triaged this task as Normal priority.Nov 7 2018, 8:42 AM
kislinsk edited projects, added MITK; removed MITK (2018-04).

T27462 covers this task alreadey for ImageVtkMapper2D and PlaneGeometryDataVtkMapper3D.
Other mappers have still to be checked.