]> Creatis software - clitk.git/blobdiff - tools/clitkWarpImage.ggo
cosmetic for .ggo
[clitk.git] / tools / clitkWarpImage.ggo
index 596c0aa871951c120a55aff9a86c7733dd42b948..12aa18e43574cb0af95f07f0c4516202c604b431 100644 (file)
@@ -1,5 +1,5 @@
 #File clitkWarpImage.ggo
-Package "clitkWarpImage"
+package "clitkWarpImage"
 version "1.0"
 purpose "Warp an image. Output will have the extent (origin+ spacing*size) of the input."
 
@@ -10,7 +10,10 @@ section "I/O"
 
 option "input"         i       "Input image filename"            string        yes
 option "output"        o       "Output image filename"           string        yes
-option "vf"            -       "Vector field filename"           string                yes
+
+defgroup "DVFoption" groupdesc="an option of this group is required" required
+groupoption "vf"               -       "Vector field filename"           string                yes group="DVFoption"
+groupoption "coeff"   - "B-Spline coefficients filename"     string    yes group="DVFoption"
 
 
 section "Options"