1 #File clitkBSplineCoefficientsToValues.ggo
2 package "clitkBSplineCoefficientsToValues"
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
10 option "input" i "Input image filename" string yes
11 option "output" o "Output image filename" string yes
12 option "matrix" m "Matrix transform to add" string no
15 option "like" l "Resample output this image (size, spacing,origin)" string no
16 option "size" - "New output size if different from input" int no multiple
17 option "spacing" - "New output spacing if different from input" double no multiple
18 option "origin" - "New output origin if different from input" double no multiple
19 option "pad" - "Edge padding value" double no default="0.0"
20 option "order" - "Spline order of the coefficient image" int no default="3"