]> Creatis software - clitk.git/blob - segmentation/clitkBool.ggo
GateAsciiImageIO is now cross-platform using itksys::RegularExpression
[clitk.git] / segmentation / clitkBool.ggo
1 #File clitkExtractMediastinalVessels.ggo
2 package "clitkExtractMediastinalVessels"
3 version "1.0"
4 purpose "Extract MediastinalVessels"
5
6 option "config"         -  "Config file"                  string        no
7 option "imagetypes"     -  "Display allowed image types"  flag          off
8 option "verbose"        v  "Verbose"                      flag          off
9
10 option "input"         i        "Input mask 1"               string     yes
11 option "input2"        j        "Input mask 2"               string     yes
12 option "output"        o        "Output filename"            string     yes
13
14 option "type"          t        "Bool type (0=AndNot, 1=And, 2=Or)"               int default="1" no