]> Creatis software - clitk.git/blob - segmentation/clitkExtractMediastinum.ggo
Moved from repository clitk to clitk.private/tests_dav
[clitk.git] / segmentation / clitkExtractMediastinum.ggo
1 #File clitkExtractMediastinum.ggo
2 package "clitkExtractMediastinum"
3 version "1.0"
4 purpose "Extract mediastinum with help of patient/lungs/bones mask"
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 "input"     i    "Input CT filename"               string        yes
18 option "output"    o    "Output lungs mask filename"      string        yes
19 option "afdb"      a    "Input Anatomical Feature DB (needs Patient, Lungs, Trachea, VertebralBody)"     string         no
20 option "relpos" - "List of filenames for relativeposition operations" string no multiple
21
22 option "useBones"  -    "If set : do use bones mask (when image is not injected)"  flag off
23 option "maxAntSpine"  - "Distance max to anterior part of the VertebralBody (spine) in mm"  double no default="10"
24