Recreate projection on counting start accounting for possible changes in tau

This commit is contained in:
2025-10-27 08:08:52 +01:00
parent b38eeb8eb3
commit 4cd25dec3d

View File

@@ -87,8 +87,7 @@ class KafkaReduction:
self.wait_for = self.serializer.count_stopped
self.event_data.restart()
self.serializer.new_count_started.clear()
self.proj_yz.clear()
self.proj_tofz.clear()
self.create_projections()
return
elif self.serializer.count_stopped.is_set() and not self.event_data.stop_counting.is_set():
return self.finish_count()