x y and z coordinates are pushed into eiger server and its fixed in appropriate client side as well

This commit is contained in:
Dhanya Maliakal
2017-10-23 12:20:18 +02:00
parent ae72df7b14
commit d2fd0cbee9
6 changed files with 73 additions and 30 deletions

View File

@ -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
}
}