Summary of bug description * Actual behavior: the itk pixeltype itkDiffusionTensor3D cannot be handled by mitkPixelType * expected behaviour: behaviour implemented but code commented out right now. mitkPixelType should recognize pixel-type and set TypeId, NumberOfComponents, Type, Bpe and ItkTypeId accordingly Cause of the bug (How could this happen?, what went wrong?) - does not apply here Proposed solution (How do I plan to fix this? Other solutions?) - see attachment Affected classes (Which classes will be modified?) - mitk/Core/Code/Algorithms/mitkCoreObjectFactory.cpp - mitk/Core/Code/Algorithms/mitkCoreObjectFactory.h - mitk/Core/Code/Algorithms/mitkCoreObjectFactoryBase.h How will the bugfix get tested? (unit test possible?, manual test necessary? how can it be tested?)