opticspy / lightpipes

LightPipes for Python, "Pure Python version"
https://opticspy.github.io/lightpipes/
BSD 3-Clause "New" or "Revised" License
227 stars 52 forks source link

How to adjust the propagate angle of field? #36

Closed adambot806 closed 4 years ago

adambot806 commented 4 years ago

Hi, I want to know is there any available function that can adjust the propagate angle of field?

FredvanGoor commented 4 years ago

Use: Fout = Tilt(tx, ty, Fin) to introduce an angle. tx, ty are the tilt-angles in radians.

adambot806 commented 4 years ago

Thanks for your quick response. It works.