microscope
microscope copied to clipboard
Python library for control of microscope devices, supporting hardware triggers and distribution of devices over the network for performance and flexibility.
I wanted to write some test code for the SLM and realized that there are dummy devices for test, where I thought the simulated devices were going to be used....
I'm working on the implementation of Meadowlark's SLM. I'm bringing what I did on Mick's original code to adapt the newer blink dlls. At the time, I pretty much had...
Hello, I have a _Nikon Eclipse Ti microscope_ with the relevant drivers installed. Using the Nikon _Ti control tool_, I can control the focus manually. I am interested in controlling...
Was trying to read your API section on your docs and noticed that beyond a certain depth autodoc has not produced reference docs, I tried to look into this but...
I implemented a draft of an abc.SLM in [here](https://github.com/juliomateoslangerak/microscope/tree/implement_SLM). Very much like abc.DM Code below. Any comments or feedback? ```python class SpatialLightModulator(TriggerTargetMixin, Device, metaclass=abc.ABCMeta): """Base class for Spatial Light Modulators...
When constructing a `ProScanIII` object on a port that does not connect to a Prior controller, the `_devices` member is not defined. This causes the `__del__` operation of the object...
Following on the tests, I'd like to have some tests that I can run on an actual HW device, so not into the unitests infrastructure. That is, very much like...