ZhuangLab / storm-control

Microscope control software
Other
66 stars 68 forks source link

Python3 pyqt5 #66

Closed emanuega closed 6 years ago

emanuega commented 6 years ago

Added parameter to indicate whether the DAQ should be triggered from the rising or falling edge of the camera signal and updated the Hamamatsu camera control so that all checkStatus function calls pass the correct function name and all functions are updated to DCAM API 4.1.

HazenBabcock commented 6 years ago

FWIW I'm pretty sure you can specify a default value for a parameter that does not exist, assuming that you do not want to use "None" as the value. For example:

rising_edge = self.timing.get("rising_edge", True)