]> Creatis software - clitk.git/blob - registration/clitkMatrixTransformToVF.ggo
Debug RTStruct conversion with empty struc
[clitk.git] / registration / clitkMatrixTransformToVF.ggo
1 #File clitkMatrixTransformToVF.ggo
2 package "clitkMatrixTransformToVF"
3 version "1.0"
4 purpose "Convert a matrix to a DVF with given properties"
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
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"
12
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"       
18