mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-19 18:38:41 +01: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