mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 15:27:13 +02:00
gotthard tests passed
This commit is contained in:
@ -817,7 +817,7 @@ std::string CmdProxy::ROI(int action) {
|
||||
os << '[' << it.xmin << ", " << it.xmax << "] \n";
|
||||
}
|
||||
} else if (action == defs::PUT_ACTION) {
|
||||
if (det_id == -1) {
|
||||
if (det_id == -1 && det->size() > 1) {
|
||||
throw sls::RuntimeError("Cannot execute ROI at multi module level");
|
||||
}
|
||||
if (args.size() != 2) {
|
||||
|
Reference in New Issue
Block a user