UCL / STIR

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

TOF mashing = TOF bins fixes #1434

Closed KrisThielemans closed 1 month ago

KrisThielemans commented 1 month ago

@NikEfth As per my review. I need these changes to all tests to work. In addition, the code should still do what you want it to.

One particular change that I need is in ProjDataInfo::get_tof_bin where we can no longer check on is_tof_data, as when that is false, it goes into the next part of the code, but that fails as the relevant arrays are not set-up.

Sorry for the white-space changes, but this is due to precommit. If you're running Ubuntu 22.04, consider installing clang-format and pre-commit as https://github.com/UCL/STIR/blob/master/documentation/devel/git-hooks.md

KrisThielemans commented 1 month ago

Obsolete as all fixed in #1430