-
Notifications
You must be signed in to change notification settings - Fork 6
/
pctbackprojections.ggo
19 lines (16 loc) · 1.3 KB
/
pctbackprojections.ggo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package "rtk"
version "Backprojects a volume according to a geometry file."
option "verbose" v "Verbose execution" flag off
option "config" - "Config file" string no
option "geometry" g "XML geometry file name" string yes
option "path" p "Path containing projections" string yes
option "regexp" r "Regular expression to select projection files in path" string yes
option "output" o "Output projections file name" string yes
option "method" m "Forward projection method" values="VoxelBasedBackProjection","FDKBackProjection","Joseph" enum no default="VoxelBasedBackProjection"
option "wpc" - "Water precorrection coefficients (default is no correction)" double multiple no
section "Volume properties"
option "origin" - "Origin (default=centered)" double multiple no
option "dimension" - "Dimension" int multiple no default="256"
option "spacing" - "Spacing" double multiple no default="1"
option "direction" - "Direction" double multiple no
option "like" - "Copy information from this image (origin, dimension, spacing, direction)" string no