forked from SimonRit/PCT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pctbackprojectionbinning.ggo
26 lines (23 loc) · 2.19 KB
/
pctbackprojectionbinning.ggo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package "pct"
version "Backprojects the proton pairs according to mlp before applying mlp"
option "verbose" v "Verbose execution" flag off
option "config" - "Config file" string no
option "path" p "Path containing pair files" string yes
option "regexp" r "Regular expression to select pair files in path" string yes
option "output" o "Output file name" string yes
option "count" c "Image of count of proton pairs per pixel" string no
option "quadricIn" - "Parameters of the entrance quadric support function, see http://education.siggraph.org/static/HyperGraph/raytrace/rtinter4.htm" double multiple no
option "quadricOut" - "Parameters of the exit quadric support function, see http://education.siggraph.org/static/HyperGraph/raytrace/rtinter4.htm" double multiple no
option "mlptype" - "Type of most likely path (schulte or polynomial)" string no default="schulte"
option "ionpot" - "Ionization potential used in the reconstruction in eV" double no default="68.9984"
option "fill" - "Fill holes, i.e. pixels that were not hit by protons" flag off
option "geometry" - "XML geometry file name" string yes
option "bpVal" - "Input backprojection image values" string no
option "bpCount" - "Input backprojection image counts" string no
option "norotation" - "Bin in parallel coordinate system" flag off
section "Projections parameters"
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