Python library for control of microscope devices, supporting hardware triggers and distribution of devices over the network for performance and flexibility.
The methods get_binning and get_roi (as well as their setters) make use of lists of ints. However, we now have a Roi and Binning class which should be used across all the cameras.
The methods
get_binning
andget_roi
(as well as their setters) make use of lists of ints. However, we now have aRoi
andBinning
class which should be used across all the cameras.