mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 04:29:22 +01:00
multithreading fixed for gain map, common mode and ghosting
This commit is contained in:
@@ -592,7 +592,7 @@ int *getClusters(char *data, int *ph=NULL) {
|
||||
switch(fMode) {
|
||||
case ePedestal:
|
||||
//cout <<"spc add to ped " << endl;
|
||||
addToPedestal(data);
|
||||
addToPedestal(data,1);
|
||||
break;
|
||||
default:
|
||||
switch (dMode) {
|
||||
|
||||
Reference in New Issue
Block a user