Skip to content

Commit 90b76c9

Browse files
committed
XimeaCamera._get_sensor_shape: fix typo on attr name (issue #107)
1 parent 231651d commit 90b76c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microscope/cameras/ximea.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def get_cycle_time(self):
117117
return (1.0/self.handle.get_framerate())
118118

119119
def _get_sensor_shape(self):
120-
return (self.img.width,self.image.height)
120+
return (self.img.width,self.img.height)
121121

122122

123123
def get_trigger_type(self):

0 commit comments

Comments
 (0)