1 #File clitkExtractMediastinum.ggo
2 package "clitkExtractMediastinum"
4 purpose "Extract mediastinum with help of patient/lungs/bones mask"
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
16 option "patient" p "Input patient mask filename" string yes
17 option "patientBG" - "Patient Background" int default="0" no
18 option "bones" b "Input bones mask filename" string yes
19 option "bonesBG" - "Bones Background" int default="0" no
20 option "lung" l "Input lung mask filename" string yes
21 option "lungBG" - "Lung Background" int default="0" no
22 option "lungLeft" - "Lung Left value" int default="1" no
23 option "lungRight" - "Lung Right value" int default="2" no
25 option "output" o "Output lungs mask filename" string yes
27 section "Step 1 : Left/Right limits with lungs"
29 option "spacing" - "Intermediate resampling spacing" double no default="6"
30 option "fuzzy1" - "Fuzzy relative position threshold" double no default="0.6"
32 section "Step 2 : Ant/Post limits with bones"
34 option "fuzzy2" - "Fuzzy relative position threshold" double no default="0.6"