]> Creatis software - clitk.git/blob - registration/clitkResampleBSplineDeformableTransform.ggo
itk4 migration
[clitk.git] / registration / clitkResampleBSplineDeformableTransform.ggo
1 #File clitkResampleBSplineDeformableTransform.ggo
2 package "clitkResampleBSplineDeformableTransform"
3 version "1.0"
4 purpose "Resample the B-spline control point grid to given properties. Coefficients are resampled to values with the desired properties and reconverted to coefficients "
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9 option "input"          i       "Input image filename"            string        yes
10 option "output"         o       "Output image filename"           string        yes
11 option "like"           -       "Resample output like this image" string        no              
12
13
14 section "Output Image Properties"
15
16 option "origin"                 -       "Origin for the output image"                   double          multiple no     
17 option "size"                   -       "Size for the output image"                     int             multiple no           
18 option "spacing"                -       "Spacing for the output image"                  double          multiple no            
19
20
21
22