]> Creatis software - clitk.git/blobdiff - tools/clitkTransformLandmarks.ggo
Removed typename outside template which prevents MSVC compilation
[clitk.git] / tools / clitkTransformLandmarks.ggo
index c9eac335030afd809cdd77a8a42bedae5e6134e5..c731c23086539cfdecd138621afd6b8a6c0606a9 100644 (file)
@@ -7,7 +7,9 @@ option "config"     - "Config file"       string    no
 option "verbose"    v     "Verbose"       flag    off
 
 option "input"    i "Input landmarks filename"      string    yes
-option "matrix"   m "Input 4x4 matrix filename ('.mat' file)"      string    yes
-option "output"   o "Output landmarks filename"      string    yes
+option "matrix"   m "Input 4x4 matrix filename ('.mat' file)"      string    no
+option "spacing"   s "If given, applies the given spacing (x,y,z) to the input points."      double    no multiple  default="1"
+option "output"                o       "Output landmarks filename"                     string          yes
+option "type"          t       "Landmarks type ('pts' for Jef; 'txt' for VV)"          string          no              default="txt"