]> Creatis software - clitk.git/blobdiff - tools/clitkProfileImage.ggo
Change voxel position into double
[clitk.git] / tools / clitkProfileImage.ggo
index 7714e1833d82356fbb0325f7183dd9b6e728c6f1..773790dcf0a13a195bd813d238d89a51734af086 100644 (file)
@@ -9,8 +9,8 @@ option "imagetypes" -   "Display allowed image types"   flag    off
 
 option "input"      i   "Input image filename"          string  yes
 option "output"     o   "Output texte filename"         string  yes
-option "point1"     f   "First point (mm)"              int     yes multiple(-4)
-option "point2"     s   "Second point (mm)"             int     yes multiple(-4)
+option "point1"     f   "First point (mm)"              double     yes multiple(-4)
+option "point2"     s   "Second point (mm)"             double     yes multiple(-4)