]> Creatis software - clitk.git/blob - tools/clitkImage2Dicom.ggo
Add output dicom filename to clitkImage2Dicom
[clitk.git] / tools / clitkImage2Dicom.ggo
1 #File clitkImage2Dicom.ggo
2 package "clitkImage2Dicom"
3 version "1.0"
4 purpose "Convert the 3D mhd input image (int image) into a 3D dicom (outputDcm) based on the dictionary of the dicoms in inputDcm. The number of slice between the input and the inputDcm could be different"
5
6 option "config"     - "Config file"             string  no
7 option "verbose"    v "Verbose"                 flag    off
8
9 option "input"      i "Input image filename"    string  no
10 option "inputDcm"   d "Input dicom filename"    string  no
11 option "outputDcm"  o "Output dicom folder"     string  no
12 option "nameDicom"  n "Output dicom filename"   string  no
13