]> Creatis software - clitk.git/blob - tools/clitkImage2DicomRTStruct.ggo
Debug vvMainWinsow.ui
[clitk.git] / tools / clitkImage2DicomRTStruct.ggo
1 # file clitkImage2DicomRTStruct.ggo
2 package "clitk"
3 version "Add a (binary) image inside a DICOM RT Structure Set (contours)"
4
5 option "config"          - "Config file"                     string     no
6 option "verbose"         v "Verbose"                         flag       off
7
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
12
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"
16