]> Creatis software - clitk.git/blob - segmentation/clitkExtractMediastinum.ggo
various update
[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
14 section "I/O"
15
16 option "input"     i    "Input CT filename"               string        yes
17 option "afdb"      a    "Input Anatomical Feature DB"     string        no
18 option "useBones"  -    "If set : do use bones mask (when image is not injected)"  flag off
19
20 option "output"        o        "Output lungs mask filename"      string        yes
21
22 section "Step 1 : Left/Right limits with lungs"
23 option "spacing"     -  "Intermediate resampling spacing"         double no default="6"
24 option "fuzzy1"      -  "Fuzzy relative position threshold"       double no default="0.5"
25
26 section "Step 2 : Ant/Post limits with bones"
27 option "fuzzy2"      -  "Fuzzy relative position threshold"       double no default="0.6"
28 option "antSpine"     - "Distance max to anterior part of the spine in mm"  double no default="10"
29
30 section "Step 3 : Inf limits with Lung"
31 option "fuzzy3"      -  "Fuzzy relative position threshold"       double no default="0.05"
32
33 section "Step x : threshold for removing bones and injected parts"
34 option "upper"  - "Upper threshold" double no default="150"
35 option "lower"  - "Lower threshold" double no default="-200"