mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 08:38:00 +02:00
x y and z coordinates are pushed into eiger server and its fixed in appropriate client side as well
This commit is contained in:
@ -6431,7 +6431,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