]> Creatis software - clitk.git/blob - tools/clitkSpect2Dicom.ggo
Functionnal version
[clitk.git] / tools / clitkSpect2Dicom.ggo
1 #File clitkSpect2Dicom.ggo
2 package "clitkSpect2Dicom"
3 version "1.0"
4 purpose "Convert the 3D mhd input SPECT image (int image) into a 3D dicom in outputDir based on the dictionary of the dicoms in inputDir."
5
6 option "config"     - "Config file"             string  no
7 option "verbose"    v "Verbose"                 flag    off
8
9 option "input"      i "Input image filename"    string  yes
10 option "inputDir"   d "Input dicom directory"   string  yes
11 option "outputDir"  o "Output dicom directory"  string  yes
12