Skip to content

Commit

Permalink
Remove CameraGatan2.get_binning override of CameraBase
Browse files Browse the repository at this point in the history
  • Loading branch information
Baharis committed Feb 17, 2025
1 parent 381a243 commit 5977af1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/instamatic/camera/camera_gatan2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5977af1

Please sign in to comment.