Merge branch 'developer' into dev/xilinx_power_cmd
Run Simulator Tests on local RHEL9 / build (push) Failing after 3m45s
Build on RHEL8 docker image / build (push) Successful in 4m58s
Build on RHEL9 docker image / build (push) Successful in 5m0s
Run Simulator Tests on local RHEL8 / build (push) Failing after 5m24s

This commit is contained in:
2026-03-05 12:34:49 +01:00
33 changed files with 266 additions and 95 deletions
+7
View File
@@ -1831,6 +1831,13 @@ void DetectorImpl::setRxROI(const std::vector<defs::ROI> &args) {
auto moduleGlobalRoi = getModuleROI(iModule);
// at most 2 rois per module (for each port)
std::vector<defs::ROI> portRois(nPortsPerModule);
for (auto &roi : portRois) {
roi.setNoRoi();
if (shm()->numberOfChannels.y == 1) {
roi.ymin = -1;
roi.ymax = -1;
}
}
// check overlap with module
for (const auto &arg : args) {