X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImage2DicomRTStruct.ggo;h=acf432dfe61f01803324265667adaee283de8f20;hb=5578995d9a82792833333eeb3dd5c8ecac967293;hp=70f85b28daaea76ac94fa711ca13951f1fa05c67;hpb=857c9e74552dccd4c71364c15cca4ade140511fc;p=clitk.git diff --git a/tools/clitkImage2DicomRTStruct.ggo b/tools/clitkImage2DicomRTStruct.ggo index 70f85b2..acf432d 100644 --- a/tools/clitkImage2DicomRTStruct.ggo +++ b/tools/clitkImage2DicomRTStruct.ggo @@ -2,14 +2,15 @@ package "clitk" version "Add a (binary) image inside a DICOM RT Structure Set (contours)" -option "config" - "Config file" string no -option "verbose" v "Verbose" flag off +option "config" - "Config file" string no +option "verbose" v "Verbose" flag off -option "input" i "Input image file (binary image) to be converted into contours" string multiple 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 "input" i "Input image file (binary image) to be converted into contours" string multiple 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 "threshold" t "Threshold for binary image" float no default = "0.5" -option "roitype" - "Name of the type of roi added into the rt-struct" string no default = "ORGAN" +option "threshold" t "Threshold for binary image" float no default = "0.5" +option "skip" s "Do not write in output the structures that was in input" flag off +option "roitype" - "Name of the type of roi added into the rt-struct" string no default = "ORGAN"