1 # file clitkImage2DicomRTStruct.ggo
3 version "Add a (binary) image inside a DICOM RT Structure Set (contours)"
5 option "config" - "Config file" string no
6 option "verbose" v "Verbose" flag off
8 option "input" i "Input image file (binary image) to be converted into contours" string multiple yes
9 option "rtstruct" r "Input rt struct" string yes
10 option "dicom" d "Input folder where the initial dicom ct is" string yes
11 option "output" o "Output DicomRT filename" string yes
13 option "threshold" t "Threshold for binary image" float no default = "0.5"
14 option "skip" s "Do not write in output the structures that was in input" flag off
15 option "roitype" - "Name of the type of roi added into the rt-struct" string no default = "ORGAN"