mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 08:17:13 +02:00
Merge branch 'developer' into gappixels
This commit is contained in:
@ -6507,7 +6507,7 @@ int slsDetector::configureMAC(){
|
||||
pos[1] = 0;
|
||||
} else {
|
||||
pos[0] = posId / max;
|
||||
pos[1] = posId % max;
|
||||
pos[1] = (posId % max) * ((thisDetector->myDetectorType == EIGER) ? 2 : 1); // for horiz. udp ports
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user