moench: removed hardcoding ny in call back for gui

This commit is contained in:
maliakal_d 2020-03-03 16:30:28 +01:00
parent 85aca0ffad
commit fca7d51cb4

View File

@ -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:"