]> Creatis software - clitk.git/blob - segmentation/clitkExtractLymphStations.ggo
1f3f54672df82d376de5cdbb91699c3de4abcefd
[clitk.git] / segmentation / clitkExtractLymphStations.ggo
1 #File clitkExtractLymphStations.ggo
2 package "clitkExtractLymphStations"
3 version "1.0"
4 purpose "Extract LymphStations with help of TODO"
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 option "verboseStep"    -  "Verbose each step"            flag          off
10 option "writeStep"      w  "Write image at each step"     flag          off
11 option "verboseOption"  -  "Display options values"       flag          off
12 option "verboseWarningOff" -  "Do not display warning"    flag          off
13
14 section "I/O"
15
16 option "afdb"          a        "Input Anatomical Feature DB"     string        no
17 option "input"         i        "Input filename"                  string        no
18 option "output"        o        "Output lungs mask filename"      string        no
19
20
21
22
23