X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkInvertVF.ggo;h=92970bb8dc460c5771f8b9d7cf1e04ff49d6f176;hb=2b4ec898fdd6dc8ea5780c0e30c7124272a4202e;hp=da3ca8b838728053bb067db0ada59ef696b4492e;hpb=931a42358442f4ee4f314613c991c838d4b4e3b7;p=clitk.git diff --git a/tools/clitkInvertVF.ggo b/tools/clitkInvertVF.ggo index da3ca8b..92970bb 100644 --- a/tools/clitkInvertVF.ggo +++ b/tools/clitkInvertVF.ggo @@ -2,8 +2,8 @@ #Author: Jef Vandemeulebroucke #Date : Tue 15 June 16.35 -Package "clitk" -Version "Read a DVF and invert it using a linear splat to the target, or by subsumpling the input grid and matching it to the output grid" +package "clitk" +version "Read a DVF and invert it using a linear splat to the target, or by subsumpling the input grid and matching it to the output grid" option "config" - "Config file" string no option "verbose" v "Verbose" flag off @@ -11,7 +11,8 @@ option "threads" - "Number of threads (default=min(8, #CPU))" in option "input" i "Input VF filename" string yes option "output" o "Output VF filename" string yes -option "type" t "Type of filter: 0=clitk (fast forward splat using linear kernels), 1= itk (grid subsumpling with controllable precision)" int no default="0" +option "type" t "Type of filter: 0=clitk (fast forward splat using linear kernels), 1=clitk (like 0, but input images are B-Spline coefficients), 2= itk (grid subsumpling with controllable precision)" int no default="0" option "threadSafe" - "Clitk: use thread safe algorithm" flag off option "pad" p "Clitk: edge padding value (1 or N number of values!, defautls to zeros)" double multiple no option "sampling" s "Itk: subsampling factor" int no default="20" +option "like" l "Image whose grid (spacing and size) will be used for output" string no