Merge branch 'developer' into dev/rx_disable_datastream_port
Build on RHEL9 docker image / build (push) Successful in 3m57s
Build on RHEL8 docker image / build (push) Successful in 5m2s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m17s
Run Simulator Tests on local RHEL8 / build (push) Successful in 21m49s

This commit is contained in:
2026-06-01 17:15:06 +02:00
23 changed files with 188 additions and 67 deletions
+4
View File
@@ -1099,6 +1099,10 @@ void init_det(py::module &m) {
CppDetectorApi.def("setRxZmqHwm",
(void (Detector::*)(const int)) & Detector::setRxZmqHwm,
py::arg());
CppDetectorApi.def("streamRxDummyHeader",
(void (Detector::*)(sls::Positions) const) &
Detector::streamRxDummyHeader,
py::arg() = Positions{});
CppDetectorApi.def("getSubExptime",
(Result<sls::ns>(Detector::*)(sls::Positions) const) &
Detector::getSubExptime,