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
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!
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