Skip to content

Commit 2c806cc

Browse files
committed
AndorAtmcd.initialize: log.info number of available cameras.
1 parent 5e8d43a commit 2c806cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

microscope/cameras/atmcd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,6 +1443,7 @@ def initialize(self):
14431443
"""Initialize the library and hardware and create Setting objects."""
14441444
_logger.info("Initializing ...")
14451445
num_cams = GetAvailableCameras()
1446+
_logger.info("Found %d available cameras", num_cams)
14461447
if self._index >= num_cams:
14471448
msg = "Requested camera %d, but only found %d cameras" % (
14481449
self._index,

0 commit comments

Comments
 (0)