Commit 22eb046
authored
4 files changed
+7
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
- .pre-commit-config.yaml+3-3
- cpp/CMakeLists.txt+10-1
- cpp/README.md+15
- cpp/helpers/CMakeLists.txt+9-8
- cpp/helpers/include/petsird_helpers.h+16-7
- cpp/helpers/include/petsird_helpers/create.h+6-1
- cpp/helpers/include/petsird_helpers/geometry.h+1-1
- cpp/helpers/petsird_analysis.cpp+131-80
- cpp/helpers/petsird_generator.cpp+16-9
- justfile+1-1
- matlab/toolbox/+petsird/+helpers/generator.m+1-1
- model/CoincidenceEvent.yml-7
- model/DetectionEfficiencies.yml+22-6
- model/DetectorInformation.yml+3-1
- model/Events.yml+38
- model/Protocol.yml+71-14
- model/ScannerInformation.yml+63-8
- model/TripleEvent.yml-12
- model/_package.yml+1-1
- python/petsird/helpers/__init__.py+47-11
- python/petsird/helpers/analysis.py+112-74
- python/petsird/helpers/generator.py+351-97
- python/petsird/helpers/plot_scanner.py+8-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 27 | + | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
0 commit comments