Page MenuHomePhabricator

Wrong check in QmitkDiffusionDICOMImport
Closed, ResolvedPublic

Description

The fix implemented for #14758 in order to abort reading for datasets with missing sorting Tags also forced an abort on data sets with:

  • # Acquisition = 1 and # Sequence Names = 1

which can be loaded normally.

Fix: Abort if and only if (#Acquisition=0 or #SequenceNames=0 )

Event Timeline

New remote branch pushed: bug-16763-FixLogicInDicomImportDiffusion

New remote branch pushed: bug-16763-DicomImportFix_master

[feaa72]: Merge branch 'bug-16763-DicomImportFix_master'

Merged commits:

2014-01-09 13:56:57 Jan Hering [a9beaf]
Fixed too restrictive criterion

  • the parser stopped also for correct datasets with nAcquis == 1 and number of sequence names == 1