]> Creatis software - clitk.git/blobdiff - tools/clitkImageExtractLine.ggo
invert VF on given image grid
[clitk.git] / tools / clitkImageExtractLine.ggo
index 917c7aa622e63a9bf89862486a09a0cc972ee62a..b08438917f9b93c12efa046156f4f8cc05faed1b 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,8 @@ 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 a line"      int     no      default = "0"
+option "integralAxis"  a       "Set the image integration axis"        int     no      default = "0"
 
 option "mm"            m       "Last/first index are in mm"      flag off