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 "input" i "Input Dicom file" string yes
8 option "image" j "Used to read image info (spacing, origin)" string yes
9 option "roi" r "ROI to binarize (if -1 = all roi)" int no default="-1"
10 option "output" o "Output image filename" string yes
12 option "crop" c "Crop binary mask" flag off
14 #option "roi" r "ROI to print (ID)" int no
15 #option "contour" c "contour to print (ID)" int no
16 #option "offset" o "to display points as image offsets" flag off