]> Creatis software - clitk.git/blob - tools/clitkSpect2Dicom.ggo
With ITK 5, add itkReadRawBytesAfterSwappingMacro and itkWriteRawBytesAfterSwappingMacro
[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 (outputDcm) based on the dictionary of the dicoms in inputDcm."
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