Modules:DicomToNRRD-3.4
Return to Slicer 3.4 Documentation
Module Name
DWI Dicom To NRRD
General Information
Module Type & Category
Type: Command line module
Category: Converters
Authors, Collaborators & Contact
- Author: Xiaodong Tao (with contribution from Vince Magnotta and Hans Johnson)
- Contact: taox @ research.ge.com
Module Description
This module converts diffusion weighted MR images in dicom series into Nrrd format for analysis in Slicer. This program has been tested on only a limited subset of DTI dicom formats available from Siemens, GE, and Phillips scanners. Work in progress to support dicom multi-frame data. The program parses dicom header to extract necessary information about measurement frame, diffusion weighting directions, b-values, etc, and write out a nrrd image.
Usage
When this module is run from Slicer UI, simply select the "DICOM Directory" and "Output Image Volume" and press "Apply" button.
The module can also be run from command line to enable batch process. An example command line look like:
d:\Builds\Slicer3\lib\Slicer3\Plugins\Release\DicomToNrrdConverter.exe --inputDicomDirectory MyDicomDir --outputVolume MyNrrdImage.nhdr
./DicomToNrrdConverter --help USAGE: d:\Builds\Slicer3\lib\Slicer3\Plugins\Release\DicomToNrrdConverter.exe [--processinformationaddress <std::string>] [--xml] [--echo] [--useIdentityMeaseurementFrame] [--writeProtocolGradientsFile] [--useLPS] [--outputVolume <std::string>] [--inputDicomDirectory <std::string>] [--] [--version] [-h] Where: --processinformationaddress <std::string> Address of a structure to store process information (progress, abort, etc.). (default: 0) --xml Produce xml description of command line arguments (default: 0) --echo Echo the command line arguments (default: 0) --useIdentityMeaseurementFrame (advanced option, use default) Adjust all the gradients so that the measurement frame is an identity matrix. (default: 0) --writeProtocolGradientsFile (advanced option, for debug) Write the protocol gradients to a file suffixed by '.txt' as they were specified in the procol by multiplying each diffusion gradient direction by the measurement frame. This file is for debugging purposes only, the format is not fixed, and will likely change as debugging of new dicom formats is necessary. (default: 0) --useLPS (advanced option, use default) For GE data only. Specifies that the output should be in LPS space like the original DICOM data. The default is to use Slicer3 consistent RAS space. (default: 0) --outputVolume <std::string> Output Image in NRRD format (.nhdr) --inputDicomDirectory <std::string> Directory holding Dicom series --, --ignore_rest Ignores the rest of the labeled arguments following this flag. --version Displays version information and exits. -h, --help Displays usage information and exits. Description: Converts diffusion weighted MR images in dicom series into Nrrd format for analysis in Slicer. This program has been tested on only a limited subset of DTI dicom formats available from Siemens, GE, and Phillips scanners. Work in progress to support dicom multi-frame data. The program parses dicom header to extract necessary information about measurement frame, diffusion weighting directions, b-values, etc, and write out a nrrd image. Author(s): Xiaodong Tao Acknowledgements: This work is part of the National Alliance for Medical Image Computing (NAMIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Additional support for DTI data produced on Philips scanners was contributed by Vincent Magnotta and Hans Johnson at the University of Iowa.