]> Creatis software - clitk.git/blob - tools/clitkGuerreroVentilation.ggo
GateAsciiImageIO is now cross-platform using itksys::RegularExpression
[clitk.git] / tools / clitkGuerreroVentilation.ggo
1 #File  clitkGuerreroVentilation.ggo
2 package "clitkGuerreroVentilation"
3 version "1.0"
4 purpose "Compute the ventilation image from a motion compensated image and the reference (end-expiration) image"
5
6
7 option "config"    -    "Config file"             string   no
8 option "input"     i    "Input image filename"    string   yes
9 option "ref"       r    "Reference image filename"        string   yes
10 option "output"    o    "Output image base filename"      string   yes
11 option "factor"    f    "Blood mass correction factor"    double   yes
12 option "verbose"   v    "Verbose"                 flag     off
13 option "correct"   c    "Use the correct formula instead of the original one"   flag    off