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

Analytical approximation for standard ray-tracing textures #64

Open
5 tasks
phoebe-p opened this issue Jan 28, 2024 · 0 comments
Open
5 tasks

Analytical approximation for standard ray-tracing textures #64

phoebe-p opened this issue Jan 28, 2024 · 0 comments

Comments

@phoebe-p
Copy link
Member

For common surfaces such as (obviously) a planar surface, regular pyramids, or V-grooves, the possible ray paths are limited, specifically at normal incidence but even at small non-normal angles of incidence. Using TMM calculations with local angles of incidences for the different faces in the surface is much faster than ray-tracing and for many cases will be just as accurate, or give a good approximation for e.g. optimising anti-reflection coatings. This could be implemented for internal surfaces as well, but would be most relevant for the front surface, since there is usually a range of wavelengths where light does not reach the back surface at all.

To do:

  • Add functions for (semi-)analytical ray-tracing
  • Add relevant user options for controlling this behaviour
  • Add tests
  • Add documentation, specifying for which interfaces this method has been checked and is accurate (depending on angle of incidence!)
  • Quantify when this is a good substitute for Monte-Carlo ray-tracing simulations
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