QIICR / dcmqi

dcmqi (DICOM for Quantitative Imaging) is a free, open source C++ library for conversion between imaging research formats and the standard DICOM representation for image analysis results
https://qiicr.gitbook.io/dcmqi-guide/
BSD 3-Clause "New" or "Revised" License
242 stars 61 forks source link

ENH: check that source file contains PixelData #323

Closed fedorov closed 6 years ago

fedorov commented 6 years ago

Philips datasets can contain RawDataStorage instances within MR series, which caused problems in the dataset from @curtislisle. This commit makes sure that every derivation dataset contains PixelData. Thanks to @JoostJM for the background and the idea!

Related to #322