Removed an extra bracket in slsDetectorCalibration/singlePhotonDetector.h wrongfully inserted in previous commit

This commit is contained in:
heymes_j 2022-10-24 14:22:07 +02:00
parent bb0201385f
commit 2696b95014

View File

@ -437,7 +437,7 @@ class singlePhotonDetector : public analogDetector<uint16_t> {
val[(iy + ir) * nx + ix + ic] =
subtractPedestal(data, ix + ic, iy + ir, cm);
}
}
v = &(val[(iy + ir) * nx + ix + ic]);
tot += *v;