X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkAffineTransform.ggo;h=3cc4eae503b299a8d23e820340870928159a76c2;hb=1bd2bf8d3ee24d10708d27d1347eab8467318c94;hp=131ff8e25bd101b351ea6c49a284bbeb06ee842a;hpb=5c5fc58e0cbdcec1c9fdd19ec786912cb38d1722;p=clitk.git diff --git a/tools/clitkAffineTransform.ggo b/tools/clitkAffineTransform.ggo index 131ff8e..3cc4eae 100644 --- a/tools/clitkAffineTransform.ggo +++ b/tools/clitkAffineTransform.ggo @@ -15,8 +15,10 @@ option "transform_grid" - "Apply affine transform to input grid for output 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 (combine if multiple)" string no multiple 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"