Skip to content

Commit 81eacf1

Browse files
Packaging adjustment
1 parent b9853d2 commit 81eacf1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/navigate/model/microscope.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -549,17 +549,7 @@ def end_acquisition(self) -> None:
549549
position if it was moved during the acquisition. It also stops the stage if
550550
it is moving.
551551
"""
552-
553-
554552
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-
563553
self.stop_stage()
564554
if self.central_focus is not None:
565555
self.move_stage({"f_abs": self.central_focus})

0 commit comments

Comments
 (0)