mapping of bottom and top for all bit modes work

This commit is contained in:
Dhanya Maliakal
2015-05-19 10:12:57 +02:00
parent 0c2bd83e96
commit bbcd984df0
2 changed files with 69 additions and 41 deletions

View File

@ -228,7 +228,7 @@ class slsDetectorData {
uint64_t t;
int numBytes,divFactor,newix,pixelval;
//cout <<"ix:"<<ix<<" nx:"<<nx<<" iy:"<<ny<<" ny:"<<ny<<" datamap[iy][ix]:"<< dataMap[iy][ix] <<"datasize:"<< dataSize <<endl;
if (ix>=0 && ix<nx && iy>=0 && iy<ny && dataMap[iy][ix]>=0 && dataMap[iy][ix]<dataSize) {
m=dataMask[iy][ix];