From 7edfb33cfe47e7dc55fcd12a2859f270c7bc9fbb Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Mon, 10 Nov 2025 10:49:35 +0100 Subject: [PATCH] JFJochStateMachine: Add explicit trigger for TakeDarkMaskInternal --- broker/JFJochStateMachine.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/broker/JFJochStateMachine.cpp b/broker/JFJochStateMachine.cpp index 811c1def..079e6751 100644 --- a/broker/JFJochStateMachine.cpp +++ b/broker/JFJochStateMachine.cpp @@ -132,6 +132,8 @@ void JFJochStateMachine::TakeDarkMaskInternal(std::unique_lock &ul) services.ConfigureDetector(local_experiment); services.Start(local_experiment, pixel_mask, nullptr); + services.Trigger(); + ul.unlock(); // Allow to cancel/abort during the mask data collection auto mask_output = services.Stop();