Skip to content

Getting output information from each ray in sionna #505

Closed Answered by faycalaa
itsghaniz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @itsghaniz ,

Currently, there is no built-in feature that directly provides the angles of incidence, reflection, or propagation distances/delays at intersection points. However, you can compute these quantities using the available data.

The trace_paths() function returns a set of Paths and PathsTmpData. The Paths.vertices property gives you access to the intersection points within the scene. Additionally, PathsTmpData.normals, PathsTmpData.k_i, and PathsTmpData.k_r provide the normals, direction of incidence, and direction of reflection at these intersection points, respectively. Using these properties, you can calculate the angles of incidence and reflection, as well as the propagatio…

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
7 replies
@itsghaniz
Comment options

@faycalaa
Comment options

Answer selected by merlinND
@itsghaniz
Comment options

@itsghaniz
Comment options

@SebastianCa
Comment options

@itsghaniz
Comment options

Comment options

You must be logged in to vote
5 replies
@SebastianCa
Comment options

@itsghaniz
Comment options

@SebastianCa
Comment options

@itsghaniz
Comment options

@SebastianCa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants