mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 23:37:14 +02:00
Fixed big problem with CPU readout
This commit is contained in:
@ -2380,7 +2380,7 @@ int* multiSlsDetector::startAndReadAll() {
|
||||
while ((retval = getDataFromDetector())) {
|
||||
++i;
|
||||
#ifdef VERBOSE
|
||||
std::cout << i << std::endl;
|
||||
std::cout << i << " " retval << std::endl;
|
||||
#endif
|
||||
dataQueue.push(retval);
|
||||
}
|
||||
@ -2458,7 +2458,7 @@ int* multiSlsDetector::getDataFromDetector() {
|
||||
int nodatadet = -1;
|
||||
int nodatadetectortype = false;
|
||||
detectorType types = getDetectorsType();
|
||||
if (types == EIGER || types == JUNGFRAU || GOTTHARD || PROPIX) {
|
||||
if (types == EIGER || types == JUNGFRAU || types == GOTTHARD || types == PROPIX) {
|
||||
nodatadetectortype = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user