]> Creatis software - clitk.git/commitdiff
correction in ComposeVF options
authorRomulo Pinho <romulo.pinho@lyon.unicancer.fr>
Thu, 26 Jan 2012 13:05:51 +0000 (14:05 +0100)
committerRomulo Pinho <romulo.pinho@lyon.unicancer.fr>
Thu, 26 Jan 2012 13:05:51 +0000 (14:05 +0100)
tools/clitkComposeVF.ggo

index bf67f8c3c4c7c0741f5145e39163417620cd047b..39528e4785762a260dd14f4364d0c61fef79b940 100644 (file)
@@ -9,7 +9,7 @@ option "config"                 -       "Config file"                   string          no
 option "input1"                i       "Input1 VF filename"            string          yes
 option "input2"                j       "Input2 VF filename"            string          yes
 option "output"                o       "Output VF filename"            string          yes
-option "type"   t "Type of input images (0: DVF, 1: b-spline coefficient images)"   int yes default="1"
+option "type"   t "Type of input images (0: DVF, 1: b-spline coefficient images)"   int no default="1"
 option "like"   l "Image to read output parameters from (obligatory if type=1)"    string    no
 option "pad"                   p       "Edgepadding value"             float   multiple        no  default="0.0"
 option "verbose"               v       "Verbose"                       flag            off