We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9853d2 commit 81eacf1Copy full SHA for 81eacf1
src/navigate/model/microscope.py
@@ -549,17 +549,7 @@ def end_acquisition(self) -> None:
549
position if it was moved during the acquisition. It also stops the stage if
550
it is moving.
551
"""
552
-
553
554
self.daq.stop_acquisition()
555
556
- galvo_type = self.configuration["configuration"]["microscopes"][self.microscope_name][
557
- "galvo"
558
- ][0]["hardware"]["type"]
559
- if (galvo_type == "asi.ASI"):
560
- for k in self.galvo:
561
- self.galvo[k].turn_off()
562
563
self.stop_stage()
564
if self.central_focus is not None:
565
self.move_stage({"f_abs": self.central_focus})
0 commit comments