-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.mac
59 lines (47 loc) · 1.06 KB
/
main.mac
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#########################
# SET MATERIAL DATABASE #
#########################
/gate/geometry/setMaterialDatabase data/GateMaterials.db
#########
# WORLD #
#########
/gate/world/geometry/setXLength 150. mm
/gate/world/geometry/setYLength 150. mm
/gate/world/geometry/setZLength 450. mm
/gate/world/setMaterial Vacuum
/control/execute macro/CTScanner.mac
/control/execute data/cylinder/phantom.mac
###########
# PHYSICS #
###########
/control/execute macro/physics.mac
#############
# DIGITIZER #
#############
/control/execute macro/digitizer.mac
##########
# OUTPUT #
##########
/control/execute macro/output.mac
#############
# VERBOSITY #
#############
/control/execute macro/verbose.mac
##################
# INITIALIZATION #
##################
/gate/run/initialize
############################
# VISUALIZATION PARAMETERS #
############################
#/control/execute macro/visu.mac
#/vis/disable
##############
# SOURCE GPS #
##############
/control/execute macro/source.mac
###############
# ACQUISITION #
###############
/control/execute macro/acquisition.mac
exit