X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImage2DicomRTStruct.ggo;h=7416d32b5c40fdf911258d5d742b7fb0933c9c20;hb=69e0d4a169d9b95536a0f45377bdb208814cf89b;hp=928d11b5ed4ca205abf494253d62f7a3d6981b45;hpb=455b4a77287f855a80a3111c548f8364d66f4e8b;p=clitk.git diff --git a/tools/clitkImage2DicomRTStruct.ggo b/tools/clitkImage2DicomRTStruct.ggo index 928d11b..7416d32 100644 --- a/tools/clitkImage2DicomRTStruct.ggo +++ b/tools/clitkImage2DicomRTStruct.ggo @@ -5,12 +5,12 @@ 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 "input" i "Input image file (binary image) to be converted into contours" 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 "roiname" - "Name of the roi added into the rt-struct" string yes +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"