1 #File clitkConeBeamProjectImage.ggo
2 #Author: Jef Vandemeulebroucke <jefvdmb@gmail.com>
3 #Date : Tue 24 February 2009 16.35
6 version "Back project a 2D image with cone-beam geometry"
8 option "config" - "Config file" string no
13 option "verbose" v "Verbose" flag off
14 option "threads" - "Number of threads to use (default=min(cores,8))" int no
19 option "input" i "Input grid filename" string yes
20 option "output" o "Output grid filename" string yes
21 option "mask" m "3D Mask in which the filter should be applied (not supported yet;-)" string no
24 section "Projection Parameters"
26 option "iso" - "The isocenter" float no multiple default="0.0"
27 option "screen" - "Specify the source to screen distance in mm" float no default="1536.0"
28 option "axis" - "Specify the source to axis distance in mm" float no default="1000.0"
29 option "angle" - "Specify the projection angle" float no default="0.0"
30 option "matrix" - "Rigid tranform prior to projection (4x4)" string no
31 option "pad" - "Padding value" float no default="0.0"
32 option "panel_shift" - "Precise position of the panel in mm" double multiple no
35 section "Output Image"
37 option "like" - "Make output like this image" string no
38 option "origin" - "Origin for the output image" double multiple no default="0.0"
39 option "size" - "Size for the output image" int multiple no default="100"
40 option "spacing" - "Spacing for the output image" double multiple no default="1.0"