1 #File clitkConvertBSplineDeformableTransformToVF.ggo
2 package "clitkConvertBSplineDeformableTransformToVF"
4 purpose "Convert a BSpline transform to a DVF with given properties"
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
11 option "input" i "Input coefficient image filename" string yes
12 option "output" o "Output image filename" string yes
15 section "Output Image Properties"
16 option "like" - "Make output like this image" string no
17 option "origin" - "Origin for the output image" double multiple no default="0.0"
18 option "size" - "Size for the output image" int multiple no default="100"
19 option "spacing" - "Spacing for the output image" double multiple no default="1.0"
23 option "order" - "Spline order" int multiple no
24 option "mask" - "Mask image filename" string no
25 option "shape" - "Transform shape: 0=egg, 1=diamond" int no default="0"