]> Creatis software - clitk.git/blobdiff - tools/clitkImageExtractLine.ggo
New ComputeOptimalThreshold
[clitk.git] / tools / clitkImageExtractLine.ggo
index 96a76ccf56d37a21f9fe71e84a8dff7ef341f5eb..b08438917f9b93c12efa046156f4f8cc05faed1b 100644 (file)
@@ -10,7 +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 the line"    int     no      default = "0"
+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