Skip to content

Commit 31f3e40

Browse files
committed
Readme and Notes
1 parent f013384 commit 31f3e40

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ More details : http://www.opengatecollaboration.org
1515

1616
Documentation : https://opengate.readthedocs.io
1717

18-
* The stable version is tag 9.4: https://github.com/OpenGATE/Gate/tree/v9.4 with Geant4 11.2.1
18+
* The stable version is tag 9.5: https://github.com/OpenGATE/Gate/tree/v9.5 with Geant4 11.3.0
1919
* The current development version is branch 'develop' (default): http://github.com/OpenGATE/Gate/tree/develop
2020
* [Benchmarks](https://github.com/OpenGATE/GateBenchmarks)
2121
* [Examples](https://github.com/OpenGATE/GateContrib)

release_notes/v9.5.txt

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# *ooooOOOO0000OOOOoooo* #
2+
# #
3+
# GATE v9.5 #
4+
# #
5+
# 01/2025 #
6+
# #
7+
# *ooooOOOO0000OOOOoooo* #
8+
9+
10+
This version is intended to be used with Geant4 11.3.0 only.
11+
Gate cannot be compiled with earlier Geant4 versions.
12+
It *may* works with other ROOT, ITK, libtorch version but it is not tested.
13+
14+
Dependencies:
15+
- Geant4: v11.3.0 (cxx17 is required)
16+
- ROOT: v6-32-08 (must be compiled with -DCMAKE_CXX_STANDARD=17)
17+
- ITK: v5.2.0 (with RTK enabled)
18+
- libtorch: v1.10.1
19+
20+
21+
-----------------
22+
Main new features
23+
-----------------
24+
25+
- Bug corrections:
26+
1) Coincidence Sorter: Remove "keep" options in multiple policy PR #703
27+
2) Init value for Energy Resolution module PR #699
28+
3) Coincidence Sorter: Option for removal of oblique coincidences (setDeltaZMax) #700
29+
30+
From 9.4 version:
31+
1) Some of functionalities are temporarily disabled:
32+
- Outputs: Sino, LMF, Ecat7
33+
34+
New features:
35+
1) Option to save Hits from several sensitive detectors in the same ROOT tree
36+
2) Generalisation of Spatial resolution (x,sigma(x))
37+
3) Coincidence digitizers added (Multiples Killer, Buffer, Time Difference)
38+
4) New Digitizer Module : Virtal Segmentation (for Monolithic crystal)
39+
5)
40+
41+
42+
- additional Benchmarks
43+
https://github.com/OpenGATE/GateBenchmarks
44+
45+
----------
46+
Gate Tools
47+
----------
48+
49+
-------------
50+
Documentation
51+
-------------
52+
53+
GATE home page: http://www.opengatecollaboration.org
54+
GATE documentation: https://opengate.readthedocs.io
55+
GATE examples: https://github.com/OpenGATE/GateContrib
56+
GATE benchmarks: https://github.com/OpenGATE/GateBenchmarks
57+
GATE tools: https://github.com/OpenGATE/GateTools

0 commit comments

Comments
 (0)