1 #File clitkConeBeamProjectImage.ggo
3 version "Project a 3D image with cone-beam geometry"
5 option "config" - "Config file" string no
9 option "verbose" v "Verbose" flag off
10 option "threads" - "Number of threads to use (default=min(cores,8))" int no
15 option "input" i "Input grid filename" string yes
16 option "output" o "Output grid filename" string yes
17 option "mask" m "2D Mask in which the filter should be applied (not supported yet;-)" string no
20 section "Projection Parameters"
22 option "iso" - "The isocenter" double no multiple default="0.0"
23 option "screen" - "Specify the source to screen distance in mm" double no default="1536.0"
24 option "axis" - "Specify the source to axis distance in mm" double no default="1000.0"
25 option "angle" - "Specify the projection angle" double no default="0.0"
26 option "matrix" - "Rigid tranform prior to projection (4x4)" string no
27 option "pad" - "Padding value" float no default="0.0"
30 section "Output Image"
32 option "like" - "Make output like this image" string no
33 option "origin" - "Origin for the output image" double multiple no default="0.0"
34 option "size" - "Size for the output image" int multiple no default="512"
35 option "spacing" - "Spacing for the output image" double multiple no default="0.8"
37 option "panel_position" - "Approximate position of the panel: small, medium or large" string no default="small"
38 option "panel_shift" - "Precise position of the panel in mm" double no