UCL / STIR

Software for Tomographic Image Reconstruction
http://stir.sourceforge.net/
Other
115 stars 95 forks source link

create TOF-equivalent sensitivity image when using non-TOF norm #1398

Open KrisThielemans opened 8 months ago

KrisThielemans commented 8 months ago

At present, we either do TOF or non-TOF backprojection. However, the former is slow and the latter is not quite accurate at the edges of the LOR. @NikEfth and I think this can be relatively easily solved by adding a 3rd option where we do a backprojection with 1 very large TOF bin. In principle, the TOF kernel should adjust.

Relevant code modification is probably mostly here and a few occurences of use_tofsens.

NikEfth commented 8 months ago

This is wip, and I have not committed everything. The work is in the modifications_for_PSMR20204 branch.