]> Creatis software - clitk.git/blob - tools/clitkBSplineCoefficientsToValues.ggo
dicom structure in cmd line
[clitk.git] / tools / clitkBSplineCoefficientsToValues.ggo
1 #File clitkBSplineCoefficientsToValues.ggo
2 package "clitkBSplineCoefficientsToValues"
3 version "1.0"
4 purpose ""
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9 section "I/O"
10 option "input"          i       "Input image filename"            string        yes
11 option "output"         o       "Output image filename"           string        yes
12 option "matrix"         m       "Matrix transform to add"       string          no
13
14 section "Options"
15 option "like"           l       "Resample output this image (size, spacing,origin)"     string  no
16 option "size"           -       "New output size if different from input"       int     no      multiple
17 option "spacing"        -       "New output spacing if different from input"    double  no      multiple
18 option "origin"         -       "New output origin if different from input"     double  no      multiple
19 option "pad"            -       "Edge padding value"                            double  no      default="0.0"
20 option "order"          -       "Spline order of the coefficient image"         int     no      default="3"
21