]> Creatis software - clitk.git/blob - tools/clitkTransformLandmarks.ggo
GateAsciiImageIO is now cross-platform using itksys::RegularExpression
[clitk.git] / tools / clitkTransformLandmarks.ggo
1 #File clitkTransformLandmarks.ggo
2 package "clitkTransformLandmarks"
3 version "1.0"
4 purpose "Trasnform a set of landmarks with the given 4x4 matrix. Output to stdout."
5
6 option "config"     - "Config file"       string    no
7 option "verbose"    v     "Verbose"       flag    off
8
9 option "input"    i "Input landmarks filename"      string    yes
10 option "matrix"   m "Input 4x4 matrix filename ('.mat' file)"      string    no
11 option "spacing"   s "If given, applies the given spacing (x,y,z) to the input points."      double    no multiple  default="1"
12 option "output"         o       "Output landmarks filename"                     string          yes
13 option "type"           t       "Landmarks type ('pts' for Jef; 'txt' for VV)"          string          no              default="txt" 
14
15