]> Creatis software - clitk.git/blobdiff - tools/clitkImageExtractLine.ggo
Correct destructor
[clitk.git] / tools / clitkImageExtractLine.ggo
index 917c7aa622e63a9bf89862486a09a0cc972ee62a..96a76ccf56d37a21f9fe71e84a8dff7ef341f5eb 100644 (file)
@@ -1,5 +1,5 @@
 #File clitkImageExtractLine.ggo
-Package "clitkImageExtractLine"
+package "clitkImageExtractLine"
 version "1.0"
 purpose "Extract 1D values along a line (in voxels). 3D only."
 
@@ -10,6 +10,7 @@ option "verbose"      v       "Verbose"                         flag          off
 
 option "firstIndex"    f       "First index value (in voxels)"   int yes multiple
 option "lastIndex"     l       "Last index value (in voxels"     int yes multiple
+option "integral"      I       "Integrate the image along the line"    int     no      default = "0"
 
 option "mm"            m       "Last/first index are in mm"      flag off