1 #File clitkMatrixTransformToVF.ggo
2 package "clitkMatrixTransformToVF"
4 purpose "Convert a matrix to a DVF with given properties"
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
9 option "matrix" i "Input matrix filename" string yes
10 option "output" o "Output image filename" string yes
11 option "dim" d "Dimension" int no default="3"
13 section "Output Image Properties"
14 option "like" - "Make output like this image" string no
15 option "origin" - "Origin for the output image" double multiple no default="0.0"
16 option "size" - "Size for the output image" int multiple no default="100"
17 option "spacing" - "Spacing for the output image" double multiple no default="1.0"