mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
reordered moenchExecutables
This commit is contained in:
@ -451,7 +451,7 @@ public:
|
||||
p0=dets[i]->getPedestal(p0);
|
||||
if (p0) {
|
||||
for (int ib=0; ib<nx*ny; ib++) {
|
||||
ped[ib]+=p0[ib];
|
||||
ped[ib]+=p0[ib]/((double)nThreads);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user