python-microscope / microscope

Python library for control of microscope devices, supporting hardware triggers and distribution of devices over the network for performance and flexibility.
https://www.python-microscope.org
GNU General Public License v3.0
69 stars 41 forks source link

Add support for lyx omicron laser #222

Open gjover opened 3 years ago

gjover commented 3 years ago

We have a Lyx opmicron laser and we need to integrate it in our system.

carandraug commented 3 years ago

There is support for the Omicron deepstar (see microscope.lights.deepstar.DeepstarLaser). Is the interface to Omicron Lyx much (or any) different?

gjover commented 3 years ago

Yes, the command set is different.

gjover commented 3 years ago

I upload the last version once it has been tested. I guess that both devices could be merged and some parts could be generalized.