]> Creatis software - clitk.git/blobdiff - tools/clitkBackProjectImage.ggo
Change header includion from .h to .cxx file
[clitk.git] / tools / clitkBackProjectImage.ggo
old mode 100755 (executable)
new mode 100644 (file)
index 12a2a6c..995c14c
@@ -2,8 +2,8 @@
 #Author: Jef Vandemeulebroucke <jefvdmb@gmail.com>
 #Date : Tue 24 February 2009 16.35 
 
-Package "clitk"
-Version "Back project a 2D image with cone-beam geometry"
+package "clitk"
+version "Back project a 2D image with cone-beam geometry"
 
 option "config"                        -       "Config file"                     string        no
 
@@ -29,6 +29,7 @@ option "axis"                 -       "Specify the source to axis distance in mm"     float           no      d
 option "angle"                 -       "Specify the projection angle"                  float           no      default="0.0"
 option "matrix"                -       "Rigid tranform prior to projection (4x4)"      string          no      
 option "pad"                           -       "Padding value"                                 float           no      default="0.0"
+option "panel_shift"            -       "Precise position of the panel in mm"           double          multiple        no
 
 
 section "Output Image"