]> Creatis software - clitk.git/blobdiff - registration/clitkBLUTDIR.ggo
Debug RTStruct conversion with empty struc
[clitk.git] / registration / clitkBLUTDIR.ggo
index 55ac19f54e1075a0d82401f08746c62ab01bd5a6..9db5646e25c8ea98b08dde443362c839eb7257d2 100644 (file)
@@ -34,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"