X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=tests_dav%2FclitkImage2DicomRTStruct.ggo;fp=tests_dav%2FclitkImage2DicomRTStruct.ggo;h=68334b1f9f0a2449142d47db91da8fce25f51511;hb=48c0faee3046824109636e73819c747f559b74fd;hp=0000000000000000000000000000000000000000;hpb=93b8df062a36ca152f3cb20d08ea9b9ce9c1e45f;p=clitk.git diff --git a/tests_dav/clitkImage2DicomRTStruct.ggo b/tests_dav/clitkImage2DicomRTStruct.ggo new file mode 100644 index 0000000..68334b1 --- /dev/null +++ b/tests_dav/clitkImage2DicomRTStruct.ggo @@ -0,0 +1,20 @@ +# file clitkImage2DicomRTStruct.ggo +package "clitk" +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 "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" + +# option "crop" c "Crop binary mask" flag off + +#option "roi" r "ROI to print (ID)" int no +#option "contour" c "contour to print (ID)" int no +#option "offset" o "to display points as image offsets" flag off +