]> Creatis software - clitk.git/blobdiff - tools/clitkAffineTransform.ggo
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
[clitk.git] / tools / clitkAffineTransform.ggo
index ba035367e9424b5ed1779b10c3ce4326ba774cd7..dc64bffbb9c1df25d36d2c43beb062825aef317b 100644 (file)
@@ -10,12 +10,17 @@ section "I/O"
 option "input"         i       "Input image filename"            string        yes
 option "output"        o       "Output image filename"           string        yes
 option "like"          l       "Resample output this image (size, spacing,origin)"     string  no
+option "transform_grid" -       "Apply affine transform to input grid for output's"     flag    off
 
 section "Options"
 option "size"          -       "New output size if different from input"       int     no      multiple
 option "spacing"       -       "New output spacing if different from input"    double  no      multiple
+option "spacinglike"   -       "New output spacing like this image"            string  no
 option "origin"                -       "New output origin if different from input"     double  no      multiple
 option "matrix"                m       "Affine matrix (homogene) filename"             string  no
+option "elastix"       e       "Read EulerTransform from elastix output file"  string  no
+option "rotate"                r       "Rotation to apply (radians)"                   double  no      multiple
+option "translate"     t       "Translation to apply (mm)"                     double  no      multiple
 option "pad"           -       "Edge padding value"                            double  no      default="0.0"
 
 section "Interpolation"