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

Can you translate/tilt a mirror in poppy.OpticalSystem Class? #523

Open
gkstmdwn opened this issue Sep 6, 2022 · 1 comment
Open

Can you translate/tilt a mirror in poppy.OpticalSystem Class? #523

gkstmdwn opened this issue Sep 6, 2022 · 1 comment

Comments

@gkstmdwn
Copy link

gkstmdwn commented Sep 6, 2022

I want to see how translating/tilting a mirror affects the PSF/WFE in an Optical System with more than 1 mirrors

@mperrin
Copy link
Collaborator

mperrin commented Sep 9, 2022

Yes, in general these can be modeled, though the details of how best to do so depends on the specific optical element class being used. Many of the optical element classes support translation and rotation via setting attributes optic.shift_x or .shift_y or .rotation (for rotation around the optical axis). For tilts, you can use the TiltOpticalPathDifference class, or the TipTiltStage class to represent tilting some arbitrary optic (see https://poppy-optics.readthedocs.io/en/latest/available_optics.html#Tip-Tilt-Stage)

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

2 participants