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

SLM driver code. #136

Open iandobbie opened 4 years ago

iandobbie commented 4 years ago

We still don't have the slm driver running through microscope. Can we merge it into the main microscope code. This should be relatively easy as the main device server is based on this.

Additionally the slm server code has at line 121 modulation = 65535* 150. / 360.

This leads to a rough 1:2:1 spot intensities when we really want about 1.3:1:1.3 , which requires about 250. rather than 150.