temporarily removed parallel start to debug bug, fixed flat channel bug, fixed bad channel bug

This commit is contained in:
Dhanya Maliakal
2016-08-12 10:53:26 +02:00
parent 56a559090d
commit 04f2a5c5ed
2 changed files with 41 additions and 2 deletions

View File

@ -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);