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

Sinogram computation of thorax Forbild phantom at 2D slices x=0 and y=0 #432

Closed
MathurinCharles opened this issue Aug 31, 2021 · 0 comments

Comments

@MathurinCharles
Copy link

When reconstructing the thorax Forbild phantom (http://www.imp.uni-erlangen.de/phantoms/thorax/thorax.htm),
I noticed that the 2D slice z=0 is OK but not the 2D slices x=0 and y=0.
According to Simon, there is an issue with the sinogram computation for those slices.

SimonRit pushed a commit that referenced this issue Sep 7, 2021
Fixes #432. The fixed problem occurs when
- a ray is parallel to a cylinder but in the cylinder. There is no
intersection with the quadric so return the longest possible segment
with the given numerical precision.
- a ray intersects a cone two times but the segment should be before or
after the second intersection.
SimonRit pushed a commit that referenced this issue Sep 7, 2021
Fixes #432. The fixed problem occurs when
- a ray is parallel to a cylinder but in the cylinder. There is no
intersection with the quadric so return the longest possible segment
with the given numerical precision.
- a ray intersects a cone two times but the segment should be before or
after the second intersection.
MichaelColonel pushed a commit to MichaelColonel/RTK that referenced this issue Jul 2, 2022
Fixes RTKConsortium#432. The fixed problem occurs when
- a ray is parallel to a cylinder but in the cylinder. There is no
intersection with the quadric so return the longest possible segment
with the given numerical precision.
- a ray intersects a cone two times but the segment should be before or
after the second intersection.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant