X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests_dav%2FclitkImage2DicomRTStruct.ggo;fp=tests_dav%2FclitkImage2DicomRTStruct.ggo;h=3499543b46f752617a016c94dadf149fae62ba39;hb=49c07b7152335b7cc8a054629783e9f5ef337a85;hp=68334b1f9f0a2449142d47db91da8fce25f51511;hpb=48c0faee3046824109636e73819c747f559b74fd;p=clitk.git diff --git a/tests_dav/clitkImage2DicomRTStruct.ggo b/tests_dav/clitkImage2DicomRTStruct.ggo index 68334b1..3499543 100644 --- a/tests_dav/clitkImage2DicomRTStruct.ggo +++ b/tests_dav/clitkImage2DicomRTStruct.ggo @@ -5,9 +5,10 @@ version "Convert (binary) image to DICOM RT Structure Set (contours)" option "config" - "Config file" string no option "verbose" v "Verbose" flag off -option "input" i "Input image file (binary image" string yes -option "output" o "Output DicomRT filename" string yes - +option "input" i "Input image file (binary image) to be converted into contours" string yes +option "rtstruct" r "Input rt struct" string yes +option "dicom" d "Input folder where the initial dicom ct is" string yes +option "output" o "Output DicomRT filename" string yes # option "image" j "Used to read image info (spacing, origin)" string yes # option "roi" r "ROI to binarize (if -1 = all roi)" int no default="-1"