ZhuangLab / storm-control

Microscope control software
Other
65 stars 67 forks source link

Python3 pyqt5 - hamamtsu controller updates #65

Closed emanuega closed 6 years ago

emanuega commented 6 years ago

I updated the hamamatsu camera controller so that is uses the dcam4 API and implemented a fixed length mode where the camera automatically stops after a fixed, preset number of frames. I also removed the previously added gain parameter for the focus lock.

HazenBabcock commented 6 years ago

Looks good, thanks!

Some minor points: (1) At some point we should probably update the function name strings in the checkStatus() function calls as they no longer match. (2) I think you want the comment to be "#DCAM4 API" and not "#DCAM API" just so that this is clear.