Skip to content
Discussion options

You must be logged in to vote

As far as I recall, the problem is that a plane is not bounded by the volume, and as such an intersection with a plane can/will happen outside of the volume (before you hit the actual volume). if you find the maximum value of all first intersections, you will find the actual first intersection with the volume.

Think about a ray coming in about 60° gantry angle in the LPS matRad system (0° would be incoming along the y axis). It will first intersect the outer plane y0, even before it hits the ct. This will be alpha_y_min. Then it will hit the last x plane (x_end) later, which will be the first intersection with the actual volume, which will be alpha_x_min > alpha_y_min.

If you take the for…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Little-Stars520
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Little-Stars520
Comment options

@Little-Stars520
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #810 on January 10, 2025 20:58.