From fca7d51cb4670e73c51fdb2d4469025781e78e50 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 3 Mar 2020 16:30:28 +0100 Subject: [PATCH] moench: removed hardcoding ny in call back for gui --- slsDetectorSoftware/src/DetectorImpl.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/slsDetectorSoftware/src/DetectorImpl.cpp b/slsDetectorSoftware/src/DetectorImpl.cpp index 95eb7387d..49160833e 100755 --- a/slsDetectorSoftware/src/DetectorImpl.cpp +++ b/slsDetectorSoftware/src/DetectorImpl.cpp @@ -557,10 +557,6 @@ void DetectorImpl::readFrameFromReceiver() { uint32_t yoffset = coordY * nPixelsY; uint32_t singledetrowoffset = nPixelsX * bytesPerPixel; uint32_t rowoffset = nX * singledetrowoffset; - if (multi_shm()->multiDetectorType == MOENCH) { - singledetrowoffset = size; - nPixelsY = 1; // TODO: nDetPixelsY is not updated. - } FILE_LOG(logDEBUG1) << "Multi Image Info:"