mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
eiger server: interrupt subframe, quad change flipping, registers set left and right separately
This commit is contained in:
@ -1214,6 +1214,7 @@ void Beb_SetDetectorNumber(uint32_t detid) {
|
||||
|
||||
int Beb_SetQuad(int val) {
|
||||
if (val >= 0) {
|
||||
printf("Setting Quad to %d in Beb\n", val);
|
||||
Beb_quadEnable = (val == 0 ? 0 : 1);
|
||||
Beb_SetDetectorPosition(Beb_positions);
|
||||
}
|
||||
|
Reference in New Issue
Block a user