]> Creatis software - clitk.git/blobdiff - segmentation/clitkAnd.ggo
Moved from repository clitk to clitk.private/tests_dav
[clitk.git] / segmentation / clitkAnd.ggo
diff --git a/segmentation/clitkAnd.ggo b/segmentation/clitkAnd.ggo
deleted file mode 100644 (file)
index 8455845..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#File clitkAnd.ggo
-package "clitkAnd"
-version "1.0"
-purpose "Perform a pixel-wise logical AND between to images"
-
-option "config"                -       "Config file"                     string        no
-option "verbose"       v       "Verbose"                         flag          off
-
-option "input"         i       "Input image filename"            string        yes
-option "input2"                j       "Input image filename"            string        yes
-option "output"        o       "Output image filename"           string        yes
-
-