mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 15:27:13 +02:00
eiger client: clkdivider set to 0 for dr of 4, 8, 16 and to 2 for dr 32
This commit is contained in:
@ -2976,9 +2976,9 @@ int multiSlsDetector::setDynamicRange(int p) {
|
||||
if (p == 32) {
|
||||
std::cout << "Setting Clock to Quarter Speed to cope with Dynamic Range of 32" << std::endl;
|
||||
setSpeed(CLOCK_DIVIDER, 2);
|
||||
} else if (p == 16) {
|
||||
std::cout << "Setting Clock to Half Speed for Dynamic Range of 16" << std::endl;
|
||||
setSpeed(CLOCK_DIVIDER, 1);
|
||||
} else {
|
||||
std::cout << "Setting Clock to Full Speed for Dynamic Range of " << p << std::endl;
|
||||
setSpeed(CLOCK_DIVIDER, 0);
|
||||
}
|
||||
if (p != -1)
|
||||
updateOffsets();
|
||||
|
Reference in New Issue
Block a user