mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 08:17:13 +02:00
temporarily removed parallel start to debug bug, fixed flat channel bug, fixed bad channel bug
This commit is contained in:
@ -801,6 +801,13 @@ int slsDetector::initializeDetectorSize(detectorType type) {
|
||||
// for (int imod=0; imod< thisDetector->nModsMax; imod++)
|
||||
// std::cout<< hex << detectorModules+imod << dec <<std::endl;
|
||||
#endif
|
||||
|
||||
nBadChans=&thisDetector->nBadChans;
|
||||
badChansList=thisDetector->badChansList;
|
||||
badChanFile=thisDetector->badChanFile;
|
||||
nBadFF=&thisDetector->nBadFF;
|
||||
badFFList=thisDetector->badFFList;
|
||||
|
||||
dacs=(dacs_t*)(goff+thisDetector->dacoff);
|
||||
adcs=(dacs_t*)(goff+thisDetector->adcoff);
|
||||
chipregs=(int*)(goff+thisDetector->chipoff);
|
||||
|
Reference in New Issue
Block a user