Skip to content

Commit

Permalink
Readme and Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kochebina committed Jan 6, 2025
1 parent f013384 commit 31f3e40
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ More details : http://www.opengatecollaboration.org

Documentation : https://opengate.readthedocs.io

* The stable version is tag 9.4: https://github.com/OpenGATE/Gate/tree/v9.4 with Geant4 11.2.1
* The stable version is tag 9.5: https://github.com/OpenGATE/Gate/tree/v9.5 with Geant4 11.3.0
* The current development version is branch 'develop' (default): http://github.com/OpenGATE/Gate/tree/develop
* [Benchmarks](https://github.com/OpenGATE/GateBenchmarks)
* [Examples](https://github.com/OpenGATE/GateContrib)
Expand Down
57 changes: 57 additions & 0 deletions release_notes/v9.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# *ooooOOOO0000OOOOoooo* #
# #
# GATE v9.5 #
# #
# 01/2025 #
# #
# *ooooOOOO0000OOOOoooo* #


This version is intended to be used with Geant4 11.3.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.3.0 (cxx17 is required)
- ROOT: v6-32-08 (must be compiled with -DCMAKE_CXX_STANDARD=17)
- ITK: v5.2.0 (with RTK enabled)
- libtorch: v1.10.1


-----------------
Main new features
-----------------

- Bug corrections:
1) Coincidence Sorter: Remove "keep" options in multiple policy PR #703
2) Init value for Energy Resolution module PR #699
3) Coincidence Sorter: Option for removal of oblique coincidences (setDeltaZMax) #700

From 9.4 version:
1) Some of functionalities are temporarily disabled:
- Outputs: Sino, LMF, Ecat7

New features:
1) Option to save Hits from several sensitive detectors in the same ROOT tree
2) Generalisation of Spatial resolution (x,sigma(x))
3) Coincidence digitizers added (Multiples Killer, Buffer, Time Difference)
4) New Digitizer Module : Virtal Segmentation (for Monolithic crystal)
5)


- additional Benchmarks
https://github.com/OpenGATE/GateBenchmarks

----------
Gate Tools
----------

-------------
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

0 comments on commit 31f3e40

Please sign in to comment.