modified comments about ctb and xilinx not using roi
All checks were successful
Build on RHEL9 / build (push) Successful in 2m57s
Build on RHEL8 / build (push) Successful in 5m2s

This commit is contained in:
2025-07-01 17:34:40 +02:00
parent 929e441dc6
commit 92fd3f0609
3 changed files with 3 additions and 3 deletions

View File

@@ -1387,7 +1387,6 @@ std::vector<defs::ROI> Detector::getRxROI(int module_id) const {
return pimpl->getRxROI(module_id);
}
// RxROIs can be set for all types except CTB. At multi level without gap pixels
void Detector::setRxROI(const std::vector<defs::ROI> &args) {
pimpl->setRxROI(args);
}