1 #File clitkInvertVF.ggo
2 #Author: Jef Vandemeulebroucke <jefvdmb@gmail.com>
3 #Date : Tue 15 June 16.35
6 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"
8 option "config" - "Config file" string no
9 option "verbose" v "Verbose" flag off
10 option "threads" - "Number of threads (default=min(8, #CPU))" int no
12 option "input" i "Input VF filename" string yes
13 option "output" o "Output VF filename" string yes
14 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"
15 option "threadSafe" - "Clitk: use thread safe algorithm" flag off
16 option "pad" p "Clitk: edge padding value (1 or N number of values!, defautls to zeros)" double multiple no
17 option "sampling" s "Itk: subsampling factor" int no default="20"