Skip to content

Commit

Permalink
correct stage name in micromanager example
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDoornbos committed Oct 4, 2024
1 parent 5a661cd commit 620683c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/micro_manager_microscope.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
)

# construct dictionary of objects to expose to Micro-Manager
devices = {"camera": cam, "stage": mic.stage}
devices = {"camera": cam, "stage": mic.xy_stage}

0 comments on commit 620683c

Please sign in to comment.