Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with incremental interpolating backprojector #9

Closed
KrisThielemans opened this issue Jan 10, 2016 · 0 comments
Closed

problem with incremental interpolating backprojector #9

KrisThielemans opened this issue Jan 10, 2016 · 0 comments
Labels
Milestone

Comments

@KrisThielemans
Copy link
Collaborator

On some systems/compilers, this projector has trouble in the central pixel of each plane, and sometimes on pixels on the 45 degrees (and related) angles. This is due to (unavoidable?) rounding errors that are a consequence of the incremental scheme (voxel location and voxel value are essentially decoupled). The errors tend to disappear in debug mode, so have to do with optimisation in math calculations.

This is a very old bug. It'd probably be best to get rid of this projector and replace it with a non-incremental interpolating one (vastly simpler code as well).

@KrisThielemans KrisThielemans changed the title problem with iincremental nterpolating backprojector problem with incremental nterpolating backprojector Jan 10, 2016
@KrisThielemans KrisThielemans changed the title problem with incremental nterpolating backprojector problem with incremental interpolating backprojector Jan 10, 2016
@KrisThielemans KrisThielemans added this to the v4.0 milestone Aug 27, 2017
@KrisThielemans KrisThielemans modified the milestones: v5.0, v7.0 Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant