From: Romulo Pinho Date: Thu, 26 Jan 2012 13:05:51 +0000 (+0100) Subject: correction in ComposeVF options X-Git-Tag: v1.3.0~112 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3c2eea5109c2d80123fbacc41670bc77b8043aaf;p=clitk.git correction in ComposeVF options --- diff --git a/tools/clitkComposeVF.ggo b/tools/clitkComposeVF.ggo index bf67f8c..39528e4 100644 --- a/tools/clitkComposeVF.ggo +++ b/tools/clitkComposeVF.ggo @@ -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