API also allows single sequence for single ROI

This commit is contained in:
2025-11-14 11:12:34 +01:00
parent e471b81b84
commit f1736b5e7f
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(