Skip to content

Commit 2e82706

Browse files
committed
new methods
1 parent c972305 commit 2e82706

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

metadata/PET_reconstruction_filters.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
{
44
"value": "XYZGAUSSIAN3.00",
55
"ReconFilterSize": 3,
6-
"ReconFilterType": "GAUSSIAN"
6+
"ReconFilterType": "Gaussian"
7+
},
8+
{
9+
"value": "Gauss2",
10+
"ReconFilterSize": 2,
11+
"ReconFilterType": "Gaussian"
712
}
813
]
914
}

metadata/PET_reconstruction_methods.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@
3636
3
3737
]
3838
},
39+
{
40+
"contents": "TOF-OP-OSEM",
41+
"ReconMethodName": "Time Of Flight - Ordinary Poisson - Ordered Subset Expectation Maximization",
42+
"ReconMethodParameterUnits": [
43+
null,
44+
null
45+
],
46+
"ReconMethodParameterLabels": [
47+
"subsets",
48+
"iterations"
49+
],
50+
"ReconMethodParameterValues": [
51+
null,
52+
null
53+
]
54+
},
3955
{
4056
"contents": "OSEM3D-OP-PSFi10s16",
4157
"subsets": 16,

0 commit comments

Comments
 (0)