]> Creatis software - clitk.git/blob - segmentation/clitkAnd.ggo
8455845903c2ceb363a9c768cc6fae7758aae162
[clitk.git] / segmentation / clitkAnd.ggo
1 #File clitkAnd.ggo
2 package "clitkAnd"
3 version "1.0"
4 purpose "Perform a pixel-wise logical AND between to images"
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9 option "input"          i       "Input image filename"            string        yes
10 option "input2"         j       "Input image filename"            string        yes
11 option "output"         o       "Output image filename"           string        yes
12
13