Skip to content

Commit 7e0e7a1

Browse files
Microscope comment
1 parent 7986977 commit 7e0e7a1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/navigate/model/microscope.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,8 @@ 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-
554-
self.daq.stop_acquisition()
555-
552+
self.daq.stop_acquisition()
553+
# stops ASI galvos (TG-1000 waveforms in SAM mode 4 must be manually shut off)
556554
galvo_type = self.configuration["configuration"]["microscopes"][self.microscope_name][
557555
"galvo"
558556
][0]["hardware"]["type"]

0 commit comments

Comments
 (0)