mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 09:37:59 +02:00
some change
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user