X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkTransformLandmarks.ggo;h=47722240c6d67134cfdc4f3a5eea100e44c2aa94;hb=d9c8c6e6c759655fc24d05d47b962d2ba574b95d;hp=71186ef19eec14c84b3a8f35af5e5a55a1d4f6f4;hpb=7dd4f61d0341af69d3c6ddfb115a219bc54284c3;p=clitk.git diff --git a/tools/clitkTransformLandmarks.ggo b/tools/clitkTransformLandmarks.ggo index 71186ef..4772224 100644 --- a/tools/clitkTransformLandmarks.ggo +++ b/tools/clitkTransformLandmarks.ggo @@ -7,8 +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 "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" +option "type" t "Landmarks type ('pts' for Jef; 'txt' for VV ; 'vtk' for vtk meshes)" string no default="txt"