API also allows single sequence for single ROI

This commit is contained in:
2025-11-14 11:12:34 +01:00
parent ec11ba5a54
commit 925cd55b1c
2 changed files with 12 additions and 1 deletions

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(