Skip to content

Commit

Permalink
[fix] move enzel alignment tab related constants to odemis.gui.model.…
Browse files Browse the repository at this point in the history
…_constants
  • Loading branch information
nandishjpatel committed Feb 7, 2024
1 parent 38e9880 commit 6d2c8b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/odemis/gui/model/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,8 @@
# Autofocus state
TOOL_AUTO_FOCUS_ON = True
TOOL_AUTO_FOCUS_OFF = False

# Used for enzel alignment tab
Z_ALIGN = "Z alignment"
SEM_ALIGN = "SEM alignment"
FLM_ALIGN = "FLM alignment"
3 changes: 0 additions & 3 deletions src/odemis/gui/model/tab_gui_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,9 +661,6 @@ def __init__(self, main):
self.dicho_seq = model.ListVA() # list of 4 enumerated for each corner


Z_ALIGN = "Z alignment"
SEM_ALIGN = "SEM alignment"
FLM_ALIGN = "FLM alignment"
class EnzelAlignGUIData(ActuatorGUIData):
def __init__(self, main):
ActuatorGUIData.__init__(self, main)
Expand Down

0 comments on commit 6d2c8b5

Please sign in to comment.