X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkTransformLandmarks.ggo;h=47722240c6d67134cfdc4f3a5eea100e44c2aa94;hb=543b72e23ad001ac2a7743b9beacf48e2d0054ac;hp=c9eac335030afd809cdd77a8a42bedae5e6134e5;hpb=c8c84f7f5305aad920d35931314e61a63b921716;p=clitk.git diff --git a/tools/clitkTransformLandmarks.ggo b/tools/clitkTransformLandmarks.ggo index c9eac33..4772224 100644 --- a/tools/clitkTransformLandmarks.ggo +++ b/tools/clitkTransformLandmarks.ggo @@ -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 ; 'vtk' for vtk meshes)" string no default="txt"