Page MenuHomePhabricator

4D Segmentations are not loaded correctly
Closed, ResolvedPublic

Description

  • Load t:\temp\4DSeg.nrrd
  • Check the nrrd file with texteditor
  • Check details of the node

--> Spacing was loaded false

Event Timeline

Looked at mitkItkImageFileReader.cpp at line 79
after calling

"imageIO->ReadImageInformation();"

the method
"imageIO->GetSpacing( i );"
will already return wrong spacing values.

which might indicate a problem on ITK side

.. so far only occurred for 4D segmentation images.

Setting target milestone to upcoming release

With the current master the image is loaded correctly. However, I discovered that in your nrrd file "kinds" is set to:

domain domain domain domain

This should better be:

domain domain domain time

"space space space time" would be even more precise.