-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathv9.2.txt
91 lines (67 loc) · 2.47 KB
/
v9.2.txt
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# *ooooOOOO0000OOOOoooo* #
# #
# GATE v9.2 #
# #
# 03/2022 #
# #
# *ooooOOOO0000OOOOoooo* #
This version is intended to be used with Geant4 11.0 only.
Gate cannot be compiled with earlier Geant4 versions.
It *may* works with other ROOT, ITK, libtorch version but it is not tested.
Dependencies:
- Geant4: v11.0.0 (cxx17 is required)
- ROOT: v6-24-06 (must be compiled with -DCMAKE_CXX_STANDARD=17)
- ITK: v5.2.0 (with RTK enabled)
- libtorch: v1.10.1
-----------------
Main new features
-----------------
- additional Benchmarks
https://github.com/OpenGATE/GateBenchmarks
- Cerenkov photon, optical simulation
https://github.com/OpenGATE/Gate/pull/440
https://opengate.readthedocs.io/en/latest/generating_and_tracking_optical_photons.html#cerenkov-photons
WARNING : some attributes names changed
https://opengate.readthedocs.io/en/latest/generating_and_tracking_optical_photons.html#scintillation
- no default cut for Cerenkov
https://github.com/OpenGATE/Gate/pull/457
- improvement in Compton Camera
https://github.com/OpenGATE/Gate/pull/456
https://github.com/OpenGATE/Gate/pull/451
- improvement in GateEnergySpectrumActor
https://github.com/OpenGATE/Gate/pull/450
----------
Bugs fixed
----------
- Use of standard G4_AIR, G4_WATER etc
https://github.com/OpenGATE/Gate/pull/453
- In phsps, time must be in double not float
https://github.com/OpenGATE/Gate/pull/464
- Acollinearity in back-to-back source
https://github.com/OpenGATE/Gate/pull/470
- Fix digitizer bug
https://github.com/OpenGATE/Gate/pull/479
- Fix uninitialized values
https://github.com/OpenGATE/Gate/pull/483
https://github.com/OpenGATE/Gate/pull/484
- Correct 'ignoring return value'
https://github.com/OpenGATE/Gate/pull/487
- Correct npy phsps
https://github.com/OpenGATE/Gate/pull/390
----------
Gate Tools
----------
- add Hausdorff distance tool
https://github.com/OpenGATE/GateTools/pull/71
- convert mask (binary image) to Dicom RT Struct
https://github.com/OpenGATE/GateTools/pull/70
- morphological math tools (erosion, dilatation, etc)
https://github.com/OpenGATE/GateTools/pull/65
-------------
Documentation
-------------
GATE home page: http://www.opengatecollaboration.org
GATE documentation: https://opengate.readthedocs.io
GATE examples: https://github.com/OpenGATE/GateContrib
GATE benchmarks: https://github.com/OpenGATE/GateBenchmarks
GATE tools: https://github.com/OpenGATE/GateTools