]> Creatis software - clitk.git/blobdiff - tools/clitkImage2DicomSeries.ggo
Add description
[clitk.git] / tools / clitkImage2DicomSeries.ggo
index 62a79430e6304f4f3a89fe8c897fa150f30bd5ce..3067e34dadebbb748d351a363c11608d0260ef66 100644 (file)
@@ -1,12 +1,12 @@
 #File clitkImage2DicomSeries.ggo
 package "clitkImage2DicomSeries"
 version "1.0"
-purpose ""
+purpose "Convert the mhd input image (int image) into a dicom serie in outputDir base on the dictionary of the dicoms in inputDir."
 
-option "config"                -       "Config file"                     string        no
-option "verbose"       v       "Verbose"                         flag          off
+option "config"     - "Config file"             string  no
+option "verbose"    v "Verbose"                 flag    off
 
-option "input"         i       "Input image filename"            string        yes
-option "inputDir"      d       "Input dicom directory"           string        yes
-option "outputDir"     o       "Output dicom directory"          string        yes 
+option "input"      i "Input image filename"    string  yes
+option "inputDir"   d "Input dicom directory"   string  yes
+option "outputDir"  o "Output dicom directory"  string  yes