Skip to content

Commit a9ee6db

Browse files
committed
Replace EM with emission tomography
1 parent 26b9a36 commit a9ee6db

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/source/algorithms.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -122,24 +122,24 @@ MLEM/OSEM
122122
While only OSEM is selectable, MLEM is enabled if no subsets are used. This method can be used for PET, SPECT or CT data, or any other Poisson-based data. Note that CT uses its own transmission tomography based formula, while
123123
PET and SPECT use the linear model. Useful algorithm for PET and SPECT, but not particularly recommended for CT. Use OSL_OSEM for regularized version (see below).
124124

125-
| EM MLEM based on: https://doi.org/10.1111/j.2517-6161.1977.tb01600.x
126-
| EM OSEM: https://doi.org/10.1109/42.363108
125+
| Emission tomography (ET) MLEM based on: https://doi.org/10.1111/j.2517-6161.1977.tb01600.x
126+
| ET OSEM: https://doi.org/10.1109/42.363108
127127
128128
RAMLA
129129
^^^^^
130130

131131
Similar to OSEM, but has guaranteed convergence and is dependent on the relaxation parameter lambda (or lambdaN in Python), see RELAXATION PARAMETER. Slower to converge than OSEM. Can be used with or without subsets.
132132
Note that the default lambda values might not work with RAMLA. Not recommended for CT but has transmission tomography based version implemented. See BSREM for regularized version.
133133

134-
EM version based on: https://doi.org/10.1109/42.538946
134+
ET version based on: https://doi.org/10.1109/42.538946
135135

136136
MRAMLA
137137
^^^^^^
138138

139-
Unregularized version of the MBSREM. Almost identical to RAMLA, i.e. requires lambda, but supports preconditioners. EM preconditioner is also highly recommended! Has some additional steps to guarantee convergence.
139+
Unregularized version of the MBSREM. Almost identical to RAMLA, i.e. requires lambda, but supports preconditioners. ET preconditioner is also highly recommended! Has some additional steps to guarantee convergence.
140140
Also has dedicated transmission tomography version. Useful for any Poisson-based data, if regularization is not used.
141141

142-
EM version based on: https://doi.org/10.1109/TMI.2003.812251
142+
ET version based on: https://doi.org/10.1109/TMI.2003.812251
143143

144144
ROSEM
145145
^^^^^
@@ -229,18 +229,18 @@ OSL based on: https://doi.org/10.1109/42.52985
229229
MBSREM
230230
^^^^^^
231231

232-
Regularized version of MRAMLA. Requires relaxation parameter lambda, and supports preconditioners. EM preconditioner is also highly recommended! Has some additional steps to guarantee convergence.
232+
Regularized version of MRAMLA. Requires relaxation parameter lambda, and supports preconditioners. ET preconditioner is also highly recommended! Has some additional steps to guarantee convergence.
233233
Also has dedicated transmission tomography version. Useful for any Poisson-based data, if regularization is used.
234234

235-
EM version based on: https://doi.org/10.1109/TMI.2003.812251
235+
ET version based on: https://doi.org/10.1109/TMI.2003.812251
236236

237237
BSREM
238238
^^^^^
239239

240240
Regularized version of RAMLA. However, unlike MBSREM, BSREM handles the regularization differently. While MBSREM computes the regularization after every subset, BSREM does it only after one full iteration (epoch). This can
241241
sometimes be useful as less regularization steps might be used. Requires relaxation parameter lambda. Also has dedicated transmission tomography version.
242242

243-
EM version based on: https://doi.org/10.1109/42.921477
243+
ET version based on: https://doi.org/10.1109/42.921477
244244

245245
ROSEM-MAP
246246
^^^^^^^^^
@@ -268,7 +268,7 @@ Note that for PET and SPECT data the relaxation parameter can safely begin at 1,
268268
until it is of the right magnitude. Too high values will cause quick divergence while too low values will cause slow convergence. For CT, the default value of 1 is divided by 10000 (when you use default values). This should work for
269269
most CT applications, but it might not be optimal. To fix this, a proper normalization would be required for the backprojection (suggestions are welcome!).
270270

271-
EM version based on: https://doi.org/10.1109/TMI.2019.2898271
271+
ET version based on: https://doi.org/10.1109/TMI.2019.2898271
272272

273273
PDHG
274274
^^^^

0 commit comments

Comments
 (0)