added python bindings and formatting (does nothing really)
Build on RHEL9 docker image / build (push) Successful in 4m48s
Build on RHEL8 docker image / build (push) Successful in 5m16s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m16s
Run Simulator Tests on local RHEL8 / build (push) Successful in 21m54s

This commit is contained in:
2026-05-21 09:00:51 +02:00
parent 726e50bb4e
commit a0008df449
3 changed files with 4 additions and 2 deletions
+4
View File
@@ -1083,6 +1083,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,