Documentation/Nightly/Extensions/DICOMPhilipsRescalePlugin
Introduction and Acknowledgements
This work is supported by NA-MIC, NAC, NCIGT, and the Slicer Community. This work is partially supported by Brain Science Foundation and NIH U01 CA151261. | |||||||
|
Module Description
This plugin applies manufacturer-specific scaling to the image data collected using Philips MR scanner on its import from DICOM into Slicer. Without applying such scaling, the voxel data stored in the image is not quantitative, i.e., measured values may not be comparable across images. The rescale procedure was provided by Tom Chenevert, U.Michigan, as part of NCI Quantitative Imaging Network Bioinformatics Working Group activities.
WARNING: this plugin should be used only for the un-processed images obtained from the scanner. For the derived images, such as Apparent Diffusion Coefficient or Fractional Anisotropy maps, Philips software creates DICOM images with valid rescaling information stored in the standard rescale tags of DICOM. There is no need to account for private rescaling tags for such images.
Use Cases
Most frequently used for these scenarios:
- Quantitative measurements from the un-processed MR images obtained on a Philips scanner.
Tutorials
None.
User guide
The module will recognize Philips dataset when it is selected in DICOM Module of 3D Slicer. It will parse private tags in the dataset and will apply rescaling following the following formula:
QuantitativeValue = [SV-ScInt] / ScSlp, where SV = stored DICOM pixel value, ScInt = Scale Intercept = (2005,100d), ScSlp = Scale Slope = (2005,100e). |
Similar Modules
N/A
References
Information for Developers
Section under construction. |
Source code: https://github.com/fedorov/DICOMPhilipsRescalePlugin