CERN / TIGRE

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
BSD 3-Clause "New" or "Revised" License
550 stars 182 forks source link

Fix pixel offset bug in backprojector #364

Closed twhitbread closed 2 years ago

twhitbread commented 2 years ago

This PR is to fast-track the pixel offset bug fix in https://github.com/CERN/TIGRE/pull/357 (see also https://github.com/CERN/TIGRE/issues/335).

twhitbread commented 2 years ago

I've realised that this change isn't needed as urgently as first thought, so this PR can be ignored.

AnderBiguri commented 2 years ago

Sure! But if its an improvement anyways, happy to add it :)

twhitbread commented 2 years ago

It's up to you - it will be added eventually in https://github.com/CERN/TIGRE/pull/357, or I can repoen this PR...

AnderBiguri commented 2 years ago

Ah yes... That other PR is really good, but I am having problems with the visualization part of it. Maybe lets merge this now, as I don't know when I'll have time to work on the other PR.

AnderBiguri commented 2 years ago

Thanks Tim!