X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkAffineRegistration.ggo;h=6c268785eec01c9a80102f343c6f01e9077de23d;hb=cb709b3f6522b3a008836a353e6f62393f3fb751;hp=6c9f439c2b131ede716dc6828bd922b80e66a13c;hpb=c18059db4f507fd31b5898667f57eced7d48c5f7;p=clitk.git diff --git a/registration/clitkAffineRegistration.ggo b/registration/clitkAffineRegistration.ggo index 6c9f439..6c26878 100644 --- a/registration/clitkAffineRegistration.ggo +++ b/registration/clitkAffineRegistration.ggo @@ -42,8 +42,8 @@ option "transform" - "Type: 0=Identity, 1=Translation, 2=Rigid, 3=Affine" int n option "transX" x "1-3: Initial translation in mm along the X axis" float no default="0.0" option "transY" y "1-3: Initial translation in mm along the Y axis" float no default="0.0" option "transZ" z "1-3: Initial translation in mm along the Z axis" float no default="0.0" -option "initMatrix" - "2-3: Initial matrix (reference to object space) filename " string no -option "moment" - "2-3: Initialize translation by aligning the center of gravities for the respective intensities" flag off +option "initMatrix" - "1-3: Initial matrix (reference to object space) filename " string no +option "moment" - "1-3: Initialize translation by aligning the center of gravities for the respective intensities" flag off section "Metric (optimized, threaded versions are available for *, compile ITK with REVIEW and OPT_REGISTRATION enabled)"