You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (mPixelHits[chipID].count(row)) { // make sure the row exists
1518
1518
extractAndUpdate(chipID, row);
1519
-
if (mScanType != 'r' || mLoopVal[ruIndex][row] == mMax) {
1519
+
if (mScanType != 'p' && (mScanType != 'r' || mLoopVal[ruIndex][row] == mMax)) { // do not erase for scantype = p because in finalize() we have calculate2Dparams
0 commit comments