]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractMediastinum.ggo
Moved from repository clitk to clitk.private/tests_dav
[clitk.git] / segmentation / clitkExtractMediastinum.ggo
index f5f740b93e4e7d7842cc55eef0251be4e1aee9e1..bd2bbe4d8e6c3a3a3c52ba8a2a854bd2795e1438 100644 (file)
@@ -15,22 +15,10 @@ option "verboseMemory"  -  "Display memory usage"         flag          off
 section "I/O"
 
 option "input"     i   "Input CT filename"               string        yes
-option "afdb"      a   "Input Anatomical Feature DB"     string        no
-option "useBones"  -    "If set : do use bones mask (when image is not injected)"  flag        off
-
-option "output"        o       "Output lungs mask filename"      string        yes
-
-section "Step 1 : Left/Right limits with lungs"
-option "spacing"     - "Intermediate resampling spacing"         double no default="6"
-option "fuzzy1"             -  "Fuzzy relative position threshold"       double no default="0.5"
+option "output"    o   "Output lungs mask filename"      string        yes
+option "afdb"      a   "Input Anatomical Feature DB (needs Patient, Lungs, Trachea, VertebralBody)"     string         no
+option "relpos" - "List of filenames for relativeposition operations" string no multiple
 
-section "Step 2 : Ant/Post limits with bones"
-option "fuzzy2"             -  "Fuzzy relative position threshold"       double no default="0.6"
-option "antSpine"     -        "Distance max to anterior part of the spine in mm"  double no default="10"
-
-section "Step 3 : Inf limits with Lung"
-option "fuzzy3"             -  "Fuzzy relative position threshold"       double no default="0.05"
+option "useBones"  -    "If set : do use bones mask (when image is not injected)"  flag        off
+option "maxAntSpine"  - "Distance max to anterior part of the VertebralBody (spine) in mm"  double no default="10"
 
-section "Step x : threshold for removing bones and injected parts"
-option "upper"  - "Upper threshold" double no default="150"
-option "lower"  - "Lower threshold" double no default="-200"
\ No newline at end of file