]> Creatis software - clitk.git/blob - registration/clitkConvertBSplineDeformableTransformToVF.ggo
Debug RTStruct conversion with empty struc
[clitk.git] / registration / clitkConvertBSplineDeformableTransformToVF.ggo
1 #File clitkConvertBSplineDeformableTransformToVF.ggo
2 package "clitkConvertBSplineDeformableTransformToVF"
3 version "1.0"
4 purpose "Convert a BSpline transform to a DVF with given properties"
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9
10 section "IO"
11 option "input"          i       "Input BLUT-coefficient image filename"           string        yes
12 option "output"         o       "Output image filename"           string        yes
13
14
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"       
20
21
22 section "Transform"
23 option "type" t "Type (0: itk bspline; 1: BLUT)"      int   no  default="0"
24 option "order"          -       "1: Spline order"                       int             multiple        no 
25 option "mask"           -       "1: Mask image filename"                string          no 
26 option "shape"          -       "1: Transform shape: 0=egg, 1=diamond"          int             no              default="0"