mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 16:48:01 +02:00
setting and getting printouts, changed the rx mess to 1000
This commit is contained in:
@ -1350,7 +1350,6 @@ int multiSlsDetector::startAcquisition(){
|
||||
|
||||
|
||||
int multiSlsDetector::stopAcquisition(){
|
||||
|
||||
int i=0;
|
||||
int ret=OK, ret1=OK;
|
||||
|
||||
@ -1447,7 +1446,8 @@ int* multiSlsDetector::getDataFromDetector() {
|
||||
}
|
||||
|
||||
//eiger returns only null
|
||||
if(getDetectorsType() == EIGER)
|
||||
detectorType types = getDetectorsType();
|
||||
if(types == EIGER || types == JUNGFRAU)
|
||||
return NULL;
|
||||
|
||||
if (nodatadet>=0) {
|
||||
|
Reference in New Issue
Block a user