X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkSpect2Dicom.ggo;h=90b1d892353a2e03718f6887fd1e1da53d0b58a0;hb=543b72e23ad001ac2a7743b9beacf48e2d0054ac;hp=617e2c05b60165581bffbb9588aa00d10796a783;hpb=db013842f9c2de5cfbd58f89d2ab89664b3c2382;p=clitk.git diff --git a/tools/clitkSpect2Dicom.ggo b/tools/clitkSpect2Dicom.ggo index 617e2c0..90b1d89 100644 --- a/tools/clitkSpect2Dicom.ggo +++ b/tools/clitkSpect2Dicom.ggo @@ -1,12 +1,12 @@ #File clitkSpect2Dicom.ggo package "clitkSpect2Dicom" version "1.0" -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." +purpose "Convert the 3D mhd input SPECT image (int image) into a 3D dicom (outputDcm) based on the dictionary of the dicoms in inputDcm." 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 no +option "inputDcm" d "Input dicom filename" string no +option "outputDcm" o "Output dicom filename" string no