gschramm / parallelproj

code for parallel TOF and NONTOF projections
MIT License
27 stars 8 forks source link

BUFGIX: correct TOF kernel truncation (taking tof bin width into account) #70

Closed gschramm closed 3 months ago

gschramm commented 3 months ago
KrisThielemans commented 3 months ago

yes. this fixes all the problems I saw. backproj is now essentiallly the same as for the STIR ray-tracing matrix. forward projection is now also nice. This is for a disk with a smaller disk as insert. image

gschramm commented 3 months ago

Great. Should end up in a new release this weekend.

gschramm commented 3 months ago

yes. this fixes all the problems I saw. backproj is now essentiallly the same as for the STIR ray-tracing matrix. forward projection is now also nice. This is for a disk with a smaller disk as insert. image

In this plot it seems that PP (blue) line is zero everywhere. Is that the case or a plotting artifact?

KrisThielemans commented 3 months ago

sorry, copied the wrong plot! In the actual one, you cannot see PP as it's "behind" RT

gschramm commented 3 months ago

closes #70