Skip to content

Commit

Permalink
adding some more information to the scope status message, and the abi…
Browse files Browse the repository at this point in the history
…lity to run more setup functions
  • Loading branch information
CameronDevine committed Oct 14, 2024
1 parent 20452c5 commit 894549d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions TEM_comms/scope.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ class Status(BaseMessage):
tank_voltage: int
brightness: int
beam_offset: Tuple[int, int]
screen: Literal["up", "down"] | None
4 changes: 4 additions & 0 deletions TEM_comms/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ class Setup(BaseMessage):
lens_correction: bool = False
acquire_brightfield: bool = False
acquire_darkfield: bool = False
center_beam: bool = False
spread_beam: bool = False
find_aperture: bool = False
grid: Optional[int] = None

0 comments on commit 894549d

Please sign in to comment.