Merge branch 'developer' into gappixels

This commit is contained in:
Dhanya Maliakal
2017-10-23 17:09:13 +02:00
6 changed files with 73 additions and 30 deletions

View File

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