instamatic-dev / instamatic

Python program for automated electron diffraction data collection
https://instamatic.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
56 stars 25 forks source link

Add preliminary support for Merlin detector #65

Closed stefsmeets closed 1 year ago

stefsmeets commented 1 year ago

This PR adds preliminary support for the Merlin detector.

It implements a new camera interface to interact with the Merlin software over a socket connection. The new interface can be tested by setting interface: merlin in your camera.yaml. See: instamatic/config/camera/merlin.yaml for an example.

What is working:

Limitations:

Addresses #62