1 # file clitkDicomRTStruct2BinaryImage.ggo
3 version "Convert DICOM RT Structure Set (contours) to binary image"
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
13 option "crop" c "Crop binary mask" flag off
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