mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
Removed an extra bracket in slsDetectorCalibration/singlePhotonDetector.h wrongfully inserted in previous commit
This commit is contained in:
parent
bb0201385f
commit
2696b95014
@ -437,7 +437,7 @@ class singlePhotonDetector : public analogDetector<uint16_t> {
|
|||||||
val[(iy + ir) * nx + ix + ic] =
|
val[(iy + ir) * nx + ix + ic] =
|
||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user