]> Creatis software - clitk.git/blob - segmentation/clitkTestFilter.ggo
Merge branch 'master' of tux.creatis.insa-lyon.fr:clitk
[clitk.git] / segmentation / clitkTestFilter.ggo
1 #File clitkTestFilter.ggo
2 package "clitkTestFilter"
3 version "1.0"
4 purpose "Test a filter"
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9 option "input1"         i       "Input 1 image filename"          string        no
10 option "input2"         j       "Input 2 image filename"          string        no
11 option "input3"         k       "Input 3 image filename"          string        no
12 option "output"         o       "Output image filename"           string        no
13
14 option "angle1"         a       "First angle (degree)"            float         default = "0" no
15 option "angle2"         b       "Second angle (degree)"           float         default = "0" no
16