X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkBLUTDIR.ggo;h=ed3efce63f5e4c8d4ae1e80b76eaeca1f519fee9;hb=b2a7c12437798214cca01b68d61f5b16eb1036a5;hp=4443da1d0defbda3c3ca8635c8edf4cc8da923db;hpb=175de75bb7c7cd15f2e61425af495faab18c6c30;p=clitk.git diff --git a/registration/clitkBLUTDIR.ggo b/registration/clitkBLUTDIR.ggo old mode 100755 new mode 100644 index 4443da1..ed3efce --- a/registration/clitkBLUTDIR.ggo +++ b/registration/clitkBLUTDIR.ggo @@ -18,13 +18,14 @@ section "Input" option "reference" r "Input reference 3D image (float)" string yes option "target" t "Input target 2D image (float)" string yes -option "referenceMask" m "Mask to placed over the reference image" string no +option "referenceMask" m "Mask or labels to placed over the reference image" string no option "targetMask" - "Mask to placed over the target image" string no 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 @@ -38,7 +39,7 @@ option "order" - "Spline Order FFD" int no multiple default=" 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"