planarian

This commit is contained in:
2026-05-02 17:19:44 +02:00
parent c16a874ebd
commit 3f746b6b3f
26 changed files with 1447 additions and 422 deletions
+3
View File
@@ -123,6 +123,9 @@ class MultiWellManager:
def _grid_scanning_capture(self, uuid, duration):
self.process.data.uuid = uuid
self.process.data.record = True
# reset PlanarianTracker => on_well_change
self.process.cam.on_well_change()
start = time.monotonic()
while not self.stop_playing.is_set():