-
Notifications
You must be signed in to change notification settings - Fork 0
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 base classes for cameras #131
base: develop
Are you sure you want to change the base?
Conversation
@ivalaginja This might be interesting for you. I mainly want to know if the Andor camera is compatible with this base class. |
@ehpor this looks totally compatible with our Andor Neo. I don't think we'd have some of the parameters to read from the config, like the gain, but we can keep those properties unimplemented and the value in the configfile at None or empty so that it just sets the default value, considering it would never use it anyway. |
4e9711c
to
7309f4e
Compare
Just a note: the DM base classes have now been merged in #156, so anything DM in this PR can simply be removed. |
7309f4e
to
9f57483
Compare
WIP but I might want some feedback soon.
These base services generalize much of the functionality that is currently duplicated between cameras and DMs. This simplifies their implementation and makes fixing bugs in ROI flips and rotations, DM channel updates, etc. much easier in the future.