HomePhabricator
Diffusion MITK a2a1fca0dcc4

Description

BREAKING
What: mitk::ThreeDnTDICOMSeriesReader now never condense blocks
to 3D+t if they do not have a valid origin or instance UID.

Why: Valid data that has no image position (like screenshots)
should not be merge into dynamic image (which would anyways fail
due to the failing OrientationSorter.

How to adapt: If you need to condense images without image position
tag then a dedicated reader must be implemented that modifies the
Condense3DBlocks method

Details

Provenance
flocaAuthored on Jun 26 2024, 7:08 PM
flocaPushed on Jun 28 2024, 11:43 AM
Differential Revision
Restricted Differential Revision
Parents
rMITKf9785e2e6b8c: BREAKING: DICOMGDCMImageFrameInfo does not return a
Branches
Loading...
Tags
Loading...
Tasks
T30481: [DICOM] Handle multiple images with no position information correctly