X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkBLUTDIR.ggo;h=9db5646e25c8ea98b08dde443362c839eb7257d2;hb=7d4e77191e55f668f316ba3ddf0fddb63e59bd25;hp=8be34e7b7a9352e406af4040310c2bc29f1d8422;hpb=df51e4850f784f8f2fbaead7bb82bd6897fb9fab;p=clitk.git diff --git a/registration/clitkBLUTDIR.ggo b/registration/clitkBLUTDIR.ggo old mode 100755 new mode 100644 index 8be34e7..9db5646 --- a/registration/clitkBLUTDIR.ggo +++ b/registration/clitkBLUTDIR.ggo @@ -25,6 +25,7 @@ section "Output" option "vf" - "Result DVF" string yes option "coeff" - "Result coefficient images" string no +option "coeffEveryN" - "Result coefficient images at every N iterations (requires --coeff and --verbose)" int no default="20" option "output" o "Deformed target image" string yes option "before" - "Difference image before (but after rigid transform)" string no option "after" - "Difference image after " string no @@ -33,12 +34,13 @@ option "after" - "Difference image after " string no section "Transform (Note that only one of --control, --spacing is required. The other will be adjusted to fit the region and allow exact representation. SamplingFactor will be set accordingly" option "initMatrix" - "Prior rigid/affine transform matrix from reference to target space" string no +option "centre" - "Centre images before starting registration (ignored if initMatrix was given)" flag off option "initCoeff" - "Initial coefficient image" string no option "order" - "Spline Order FFD" int no multiple default="3" option "control" - "Internal control points for each dimension" int no multiple option "spacing" - "Control point spacing for each dimension (mm)" double no multiple option "samplingFactor" - "LUT sampling factor" int no multiple - +option "itkbspline" - "Use ITK BSpline instead of multilabel BLUT for debug" flag off section "Interpolator"