]> Creatis software - clitk.git/blob - segmentation/clitkExtractMediastinalVessels.ggo
Extract vessels v0.1
[clitk.git] / segmentation / clitkExtractMediastinalVessels.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 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 option "verboseMemory"  -  "Display memory usage"         flag          off
14
15 section "I/O"
16
17 option "afdb"          a        "Input Anatomical Feature DB"     string        yes
18 option "input"         i        "Input CT filename"               string        yes
19 option "output"        o        "Output folder"                   string        yes
20
21 option "threshold"     t        "Initial threshold"               double default="140" no