]> Creatis software - clitk.git/blob - tools/clitkVFMerge.ggo
GateAsciiImageIO is now cross-platform using itksys::RegularExpression
[clitk.git] / tools / clitkVFMerge.ggo
1 #File clitkVFMerge.ggo
2 #Author: Jef Vandemeulebroucke <jefvdmb@gmail.com>
3 #Date : Tue 15 June 16.35 
4
5 package "clitk"
6 version "Read a bunch of vector fields (.mhd, .vf, ..) and turn them into a higher dimension vector field (.mhd, ...)"
7
8 option "config"                 -       "Config file"                                                   string          no
9 option "output"                 o       "Output VF filename"                                            string          yes
10 option "spacing"                s       "Spacing for the fourth dimension"                              float           no              default="1"
11 option "verbose"                v       "Verbose"                                                       flag            off
12 option "xorigin" x "Set the x origin of the output vf" float default="0."
13 option "yorigin" y "Set the y origin of the output vf" float default="0."
14 option "zorigin" z "Set the z origin of the output vf" float default="0."