mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-19 18:40:01 +02:00
fixed issue with cluster finder
This commit is contained in:
parent
22b16de6b5
commit
bb0201385f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user