]> Creatis software - clitk.git/blob - tools/clitkImage2Dicom.ggo
d790cbf572a4798bf845db8263d96f6fc272f932
[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 filename"   string  no
12