1 #File clitkTransformLandmarks.ggo
2 package "clitkTransformLandmarks"
4 purpose "Trasnform a set of landmarks with the given 4x4 matrix. Output to stdout."
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
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 ; 'vtk' for vtk meshes)" string no default="txt"