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

Add BMC deformable mirror class #182

Merged
merged 13 commits into from
Apr 28, 2024
Merged

Conversation

ivalaginja
Copy link
Collaborator

@ivalaginja ivalaginja commented Apr 22, 2024

Delta-PR for the DM base class, merges into #156.

Adds a base class for the BMC that inherits from the DeformableMirrorService service. It implements the actual hardware service for BMC DMs, using the base class.

I put the voltage discretization in the base class since that is something that applies to any DM. I do this using a property so it can be accessed by either of the two classes (set in the BMC service, handled in the base service). The discretization for the surface that gets sent to the simulator is handled in the simulated service directly.

@ivalaginja ivalaginja requested a review from ehpor April 22, 2024 19:26
@ivalaginja ivalaginja self-assigned this Apr 22, 2024
@ivalaginja
Copy link
Collaborator Author

@ehpor when you have a moment, let me know what you think.

@ivalaginja ivalaginja mentioned this pull request Apr 23, 2024
4 tasks
@ivalaginja
Copy link
Collaborator Author

Merging to keep a single PR open for this issue.

@ivalaginja ivalaginja merged commit 38ceb50 into feature/dm_base_class Apr 28, 2024
@ivalaginja ivalaginja deleted the feature/dm_base_iva branch April 28, 2024 14:41
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

Successfully merging this pull request may close these issues.

1 participant