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

Support for Direct Electron Cameras #89

Open
CSSFrancis opened this issue Aug 2, 2024 · 1 comment
Open

Support for Direct Electron Cameras #89

CSSFrancis opened this issue Aug 2, 2024 · 1 comment

Comments

@CSSFrancis
Copy link

Hi! Long time lurker here :) but just wondering what work would be needed to add in support for direct electron cameras?

We have an open api and I can help to add the functionality if this is something that seems reasonable.

@stefsmeets
Copy link
Member

stefsmeets commented Aug 2, 2024

Hi @CSSFrancis , thanks for reaching out!

The main work is to set up an interface for the camera. Instamatic talks the camera via a camera class. The class exposes 2 methods: get_image and get_movie (optional), which users can access through instamatic uses to do their data collection. If there is an open api for the DE camerans, this essentially means wrapping the api so that instamatic can talk to the camera. I recently added support for the Merlin camera from Quantum detectors, see here for an example of the Camera class

You can look at the PRs to see the complete set of changes to get an idea:

Does that seem reasonable?

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