mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-02 23:24:58 +01: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);
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user