1 #File clitkComposeVF.ggo
2 #Author: Jef Vandemeulebroucke <jefvdmb@gmail.com>
3 #Date : Tue 20 August 16.35
6 version "Read two vector fields (.mhd, .vf, ..) and compose them using linear interpolation"
8 option "config" - "Config file" string no
9 option "input1" i "Input1 VF filename" string yes
10 option "input2" j "Input2 VF filename" string yes
11 option "output" o "Output VF filename" string yes
12 option "type" t "Type of input images (0: DVF, 1: b-spline coefficient images)" int no default="0"
13 option "like" l "Image to read output parameters from (obligatory if type=1)" string no
14 option "pad" p "Edgepadding value" float multiple no default="0.0"
15 option "verbose" v "Verbose" flag off