mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-20 19:30:42 +02:00
some change
This commit is contained in:
parent
0fa33dc74c
commit
e0f645ed4b
@ -1753,6 +1753,14 @@ int multiSlsDetector::setDynamicRange(int n, int pos){
|
||||
}
|
||||
}
|
||||
|
||||
//for usability for the user
|
||||
if (getDetectorsType() == EIGER){
|
||||
if(thisMultiDetector->dataBytes == 32)
|
||||
setSpeed(CLOCK_DIVIDER,2);
|
||||
else if(thisMultiDetector->dataBytes == 16)
|
||||
setSpeed(CLOCK_DIVIDER,1);
|
||||
}
|
||||
|
||||
return thisMultiDetector->dataBytes;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user