X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=tools%2FclitkAffineTransform.ggo;h=131ff8e25bd101b351ea6c49a284bbeb06ee842a;hb=260415d3bdc32defe82c6b523fc6a13c86d6ca94;hp=ba035367e9424b5ed1779b10c3ce4326ba774cd7;hpb=b813adf97551bade7df572a1dbcd59f08b972f68;p=clitk.git diff --git a/tools/clitkAffineTransform.ggo b/tools/clitkAffineTransform.ggo index ba03536..131ff8e 100644 --- a/tools/clitkAffineTransform.ggo +++ b/tools/clitkAffineTransform.ggo @@ -10,12 +10,15 @@ 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 "origin" - "New output origin if different from input" double no multiple option "matrix" m "Affine matrix (homogene) filename" 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"