just skeleton of gappixels

This commit is contained in:
Dhanya Maliakal
2017-09-27 17:08:00 +02:00
parent 986826cbe9
commit 352ade6457
6 changed files with 95 additions and 6 deletions

View File

@ -710,7 +710,6 @@ int slsDetector::initializeDetectorSize(detectorType type) {
thisDetector->dataBytes=thisDetector->nMod[X]*thisDetector->nMod[Y]*thisDetector->nChips*thisDetector->nChans*thisDetector->dynamicRange/8;
if(thisDetector->myDetectorType==JUNGFRAUCTB) {
cout << "here1" << endl;
getTotalNumberOfChannels();
// thisDetector->dataBytes=getTotalNumberOfChannels()*thisDetector->dynamicRange/8*thisDetector->timerValue[SAMPLES_JCTB];
}
@ -1981,6 +1980,16 @@ int slsDetector::setFlippedData(dimension d, int value){
int slsDetector::enableGapPixels(int val) {
if(thisDetector->myDetectorType!= EIGER)
return -1;
return 0;
}
/*
This function is used to set the polarity and meaning of the digital I/O signals (signal index)