]> Creatis software - clitk.git/blob - tools/clitkDicomRTStruct2Image.ggo
GateAsciiImageIO is now cross-platform using itksys::RegularExpression
[clitk.git] / tools / clitkDicomRTStruct2Image.ggo
1 # file clitkDicomRTStruct2BinaryImage.ggo
2 package "clitk"
3 version "Convert DICOM RT Structure Set (contours) to binary image"
4
5 option "config"          - "Config file"                     string     no
6 option "verbose"         v "Verbose"                         flag       off
7 option "verboseFile"     - "Verbose file content"            flag       off
8 option "input"           i "Input Dicom file"                string     yes
9 option "image"           j "Used to read image info (spacing, origin)"    string        yes
10 option "roi"             r "ROI to binarize (if -1 = all roi)"            int    no default="-1"
11 option "output"          o "Output image filename"       string yes
12
13 option "crop"            c "Crop binary mask"            flag off
14
15 #option "roi"            r "ROI to print (ID)"           int            no
16 #option "contour"        c "contour to print (ID)"       int            no
17 #option "offset"                 o "to display points as image offsets" flag    off
18