]> Creatis software - clitk.git/blob - tools/clitkValuesToBSplineCoefficients.ggo
itk4 migration
[clitk.git] / tools / clitkValuesToBSplineCoefficients.ggo
1 #File clitkValuesToBSplineCoefficients.ggo
2 package "clitkValuesToBSplineCoefficients"
3 version "1.0"
4 purpose ""
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
12 option "order"          -       "Order of the BSpline coefficients" int         no default="3"