mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 11:20:04 +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);
|
subtractPedestal(data, ix + ic, iy + ir, cm);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
v = &(val[(iy + ir) * nx + ix + ic]);
|
v = &(val[(iy + ir) * nx + ix + ic]);
|
||||||
tot += *v;
|
tot += *v;
|
||||||
if (ir <= 0 && ic <= 0)
|
if (ir <= 0 && ic <= 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user