-
Notifications
You must be signed in to change notification settings - Fork 5
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
Multiple DMs #8
Comments
Thinking about this, the following statements are true:
Then the following seems reasonable:
This is scalable to arbitrary numbers of DMs, and because the broadcast of actuators to "DMs" is an internal detail, things that are not actually a DM, such as a focal plane mask, etc, can be treated this way. And because things are vectors and not intrinsically 2D, control via basis functions (etc) also works. Since there is a way to set, there should also be a way to query all actuators, e.g. Thoughts @Jashcraf ? |
For broad-band and/or two-sided ("full" or "round" dark hole) control, two DMs are required. The single DM Lyot Coronagraph model only has one. To support multiple DMs, both the Jacobian routines, and EFC need to know how to access multiple DMs.
The text was updated successfully, but these errors were encountered: