From 5977af1b05618e429da28c9625e09176bf11040c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Tcho=C5=84?= Date: Mon, 17 Feb 2025 12:47:24 +0100 Subject: [PATCH] Remove `CameraGatan2.get_binning` override of `CameraBase` --- src/instamatic/camera/camera_gatan2.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/instamatic/camera/camera_gatan2.py b/src/instamatic/camera/camera_gatan2.py index 73670f8c..76dc1d8e 100644 --- a/src/instamatic/camera/camera_gatan2.py +++ b/src/instamatic/camera/camera_gatan2.py @@ -55,11 +55,6 @@ def get_physical_pixelsize(self) -> Tuple[int, int]: """Returns the physical pixel size of the camera nanometers.""" raise NotImplementedError - def get_binning(self) -> int: - """Returns the binning corresponding to the currently selected camera - config.""" - raise NotImplementedError - def get_camera_name(self) -> str: """Get the name reported by the camera.""" return self.name