API also allows single sequence for single ROI

This commit is contained in:
2026-08-02 21:19:40 +02:00
parent a705831ce1
commit 57e79d908e
2 changed files with 12 additions and 1 deletions
+1
View File
@@ -938,6 +938,7 @@ void init_det(py::module &m) {
(void(Detector::*)(const std::vector<defs::ROI> &)) &
Detector::setRxROI,
py::arg());
CppDetectorApi.def("clearRxROI",
(void(Detector::*)()) & Detector::clearRxROI);
CppDetectorApi.def(