mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
Fixed mistake in addToPedestal with ghost summation
This commit is contained in:
@ -823,7 +823,6 @@ template <class dataType> class analogDetector {
|
||||
else
|
||||
val=((double*)data)[iy*nx+ix];
|
||||
// cout << val << endl;
|
||||
val+=getGhost(ix,iy);
|
||||
/* if (ix==10 && iy==10) */
|
||||
/* cout << ix << " " << iy << " " << val ; */
|
||||
/* if (ix==100 && iy==100) */
|
||||
|
Reference in New Issue
Block a user