Skip to content

Commit

Permalink
Fix typo that causes python_backend acquisitions to fail when using e…
Browse files Browse the repository at this point in the history
…vent hooks.
  • Loading branch information
Hazen Babcock authored and Hazen Babcock committed Dec 9, 2024
1 parent 5351f61 commit 0b8d9c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Acquisition():
BEFORE_HARDWARE_HOOK = 1
# This hook runs after all changes to the hardware except dor setting th Z drive have been
# made. This is useful for things such as autofocus.
BEFORE_Z_DRIVE = 2
BEFORE_Z_HOOK = 2
# This hook runs after changes to the hardware took place, but before camera exposure
# (either a snap or a sequence) is started
AFTER_HARDWARE_HOOK = 3
Expand Down

0 comments on commit 0b8d9c4

Please sign in to comment.