]> Creatis software - clitk.git/blob - tools/clitkConeBeamProjectImage.ggo
GateAsciiImageIO is now cross-platform using itksys::RegularExpression
[clitk.git] / tools / clitkConeBeamProjectImage.ggo
1 #File clitkConeBeamProjectImage.ggo
2 package "clitk"
3 version "Project a 3D image with cone-beam geometry"
4
5 option "config"                 -       "Config file"                     string        no
6
7 section "Run Time"
8
9 option "verbose"        v       "Verbose"                       flag            off
10 option "threads"        -       "Number of threads to use (default=min(cores,8))"       int      no
11
12
13 section "Input"
14
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
18
19
20 section "Projection Parameters"
21
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"
28
29
30 section "Output Image"
31
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"       
36
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          multiple        no