Lens in vacuum #200
Answered
by
HarrisonKramer
mattemilio
asked this question in
Q&A
-
Thanks for this great project. |
Beta Was this translation helpful? Give feedback.
Answered by
HarrisonKramer
Jun 15, 2025
Replies: 1 comment 3 replies
-
Hi @mattemilio, Please see this example: https://optiland.readthedocs.io/en/latest/gallery/specialized_lenses/infrared.html Essentially, all you need to do is pass the material directly to the silicon = materials.IdealMaterial(n=3.4222)
lens.add_surface(index=1, radius=2.0721, thickness=0.1340, material=silicon) Hope this helps. Regards, |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mattemilio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @mattemilio,
Please see this example: https://optiland.readthedocs.io/en/latest/gallery/specialized_lenses/infrared.html
Essentially, all you need to do is pass the material directly to the
add_surface
function:Hope this helps.
Regards,
Kramer