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

Ximea module fixes and Andor pseudoglobal trigger #130

Closed juliomateoslangerak closed 4 years ago

juliomateoslangerak commented 4 years ago

Fixes some Ximea module issues:

Fixes for my andor zyla: (I could not manage to get these changes in a different PR) There are two changes that fix my pseudo global issue with the zyla camera. Basically, like this excitation light is only on during the time that all pixels are exposed

TODO: Returned numpy array is uint8 and the camera is (ours at least 10 bit). Remains to verify how to get/convert to a 16bit array.

carandraug commented 4 years ago

I don't want to merge this yet because as explained on issue #128, we do have an implementation of this module that has diverged a lot for more than a year. I would like to have that divergence sorted out first.

carandraug commented 4 years ago

As you said on #128, all the fixes here are present on NickHallONBI/master branch which is now merged, so closing this issue.