Difference between revisions of "Modules:DicomToNRRD-3.4"

From Slicer Wiki
Jump to: navigation, search
Line 19: Line 19:
  
 
== Usage ==
 
== Usage ==
 +
<pre>
 +
./DicomToNrrdConverter --help
 +
 +
USAGE:
 +
 +
  d:\Builds\Slicer3\lib\Slicer3\Plugins\Release\DicomToNrrdConverter.exe
 +
                                        [--processinformationaddress
 +
                                        <std::string>] [--xml] [--echo]
 +
                                        [--] [--version] [-h] <std::string>
 +
                                        <std::string>
 +
 +
 +
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)
 +
 +
  --,  --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.
 +
 +
  <std::string>
 +
    (required)  Directory holding Dicom series
 +
 +
  <std::string>
 +
    (required)  Nrrd header file name
 +
 +
 +
  Description: Converts diffusion weighted MR images in dicom series into
 +
  Nrrd format.
 +
 +
  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.
 +
</pre>

Revision as of 19:17, 13 February 2009

Home < Modules:DicomToNRRD-3.4

Return to Slicer 3.4 Documentation

Module Name

Dicom to NRRD converter for diffusion weighted imaging

General Information

Module Type & Category

Type: CLI

Category: Converter

Authors, Collaborators & Contact

  • Author: Xiaodong Tao (with contribution form Vince Magnotta)
  • Contact: taox at research . ge . com

Module Description

Overview of what the module does goes here.

Usage

./DicomToNrrdConverter --help

USAGE:

   d:\Builds\Slicer3\lib\Slicer3\Plugins\Release\DicomToNrrdConverter.exe
                                        [--processinformationaddress
                                        <std::string>] [--xml] [--echo]
                                        [--] [--version] [-h] <std::string>
                                        <std::string>


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)

   --,  --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.

   <std::string>
     (required)  Directory holding Dicom series

   <std::string>
     (required)  Nrrd header file name


   Description: Converts diffusion weighted MR images in dicom series into
   Nrrd format.

   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.