We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9524eed commit bf2087dCopy full SHA for bf2087d
microscope/cameras/atmcd.py
@@ -1140,7 +1140,7 @@ class AndorAtmcd(devices.FloatingDeviceMixin,
1140
devices.CameraDevice):
1141
""" Implements CameraDevice interface for Andor ATMCD library."""
1142
def __init__(self, index=0, *args, **kwargs):
1143
- super().__init__(index=0, **kwargs)
+ super().__init__(index=index, **kwargs)
1144
# Recursion depth for context manager behaviour.
1145
self._rdepth = 0
1146
# The handle used by the DLL to identify this camera.
0 commit comments