mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-06 08:04:48 +02:00
fixed issue with cluster finder
This commit is contained in:
@ -438,6 +438,7 @@ class singlePhotonDetector : public analogDetector<uint16_t> {
|
||||
subtractPedestal(data, ix + ic, iy + ir, cm);
|
||||
|
||||
}
|
||||
}
|
||||
v = &(val[(iy + ir) * nx + ix + ic]);
|
||||
tot += *v;
|
||||
if (ir <= 0 && ic <= 0)
|
||||
|
Reference in New Issue
Block a user