mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-14 20:28:41 +01:00
fix for eiger, added python test for testig roi in different module and detector type configurations
This commit is contained in:
@@ -1860,6 +1860,10 @@ void DetectorImpl::setRxROI(const std::vector<defs::ROI> &args) {
|
||||
throw RuntimeError("No Modules added");
|
||||
}
|
||||
|
||||
if (args.empty()) {
|
||||
return clearRxROI();
|
||||
}
|
||||
|
||||
validateROIs(args);
|
||||
int nPortsPerModule = Parallel(&Module::getNumberofUDPInterfacesFromShm, {}).tsquash("Inconsistent number of udp ports set up per module");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user