ZhuangLab / storm-control

Microscope control software
Other
66 stars 68 forks source link

refactor CameraControl #16

Closed HazenBabcock closed 9 years ago

HazenBabcock commented 9 years ago

There is some unnecessary duplication between the various CameraControl classes. This could be reduced by touching up andorcontroller.py so that it better matched the Andor SDK3 and Hamamamatsu camera control classes, then adding a sub-class of CameraControl with much of the redundant code.

HazenBabcock commented 9 years ago

Fixed.