fixed effects of scan

This commit is contained in:
2019-10-29 14:43:51 +01:00
parent 4b2cb7ecc1
commit eb2040f0a7
11 changed files with 107 additions and 277 deletions

View File

@ -2467,7 +2467,7 @@ void multiSlsDetector::readFrameFromReceiver() {
// send data to callback
if (data) {
setCurrentProgress(currentAcquisitionIndex + 1);
setCurrentProgress(currentFrameIndex + 1);
// 4bit gap pixels
if (dynamicRange == 4 && gappixelsenable) {
if (quadEnable) {