2511-eiger-mask-2 #3

Merged
leonarski_f merged 5 commits from 2511-eiger-mask-2 into main 2025-11-10 11:42:39 +01:00
Showing only changes of commit 7edfb33cfe - Show all commits

View File

@@ -132,6 +132,8 @@ void JFJochStateMachine::TakeDarkMaskInternal(std::unique_lock<std::mutex> &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();