mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 10:04:39 +01: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