UCL / STIR

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

scatter estimation problem in recon_test_pack #1302

Open KrisThielemans opened 8 months ago

KrisThielemans commented 8 months ago

Originally observed in https://github.com/NikEfth/STIR/pull/66#issuecomment-1878475159 but this is not a TOF issue, and happens on current master.

Changing the template to DSTE span 2, max rd3 (from span 0, max rd2) encovers a problem in the scatter estimation, i.e. run_scatter_tests.sh fails with too large difference between simulation and estimation. This is pretty weird as segment 0 for both these templates should be identical.

Initial investigation shows that

estimated (left) and simulated (right) scatter and diff (bottom) (segment 0, central view): image reconstructed images during scatter (from span=2 left, from span=0 right, input = bottom) image ROI values of these images are ~12, ~8, 1 resp. I'd expect a factor 4 due to the ratio in x-voxel size between reconstructions and input though.

This is all weird, as the reconstructed images should have the same values, and it's hard to understand why the difference in seg 0 is on one end of the scanner, while actually the axial image profiles are fine.

markus-jehl commented 3 weeks ago

This looks vaguely related to axial geometry fixes in the downsampling done here: https://github.com/UCL/STIR/pull/1466

So maybe this issue can be closed?

KrisThielemans commented 3 weeks ago

I have no idea. We should re-check this, and I have no time for it.