mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-10 03:50:42 +02:00
almost there
This commit is contained in:
parent
652d29f2d9
commit
557eccb74d
@ -5059,7 +5059,7 @@ void multiSlsDetector::readFrameFromReceiver(){
|
|||||||
//eiger, so interleaving
|
//eiger, so interleaving
|
||||||
if(maxX){
|
if(maxX){
|
||||||
|
|
||||||
if(ireadout == 3){
|
//if(ireadout == 3){
|
||||||
offsetY = (maxY - (thisMultiDetector->offsetY[idet] + slsmaxY)) * maxX * bytesperchannel;
|
offsetY = (maxY - (thisMultiDetector->offsetY[idet] + slsmaxY)) * maxX * bytesperchannel;
|
||||||
if(!(ireadout%numReadout)) offsetX = thisMultiDetector->offsetX[idet];
|
if(!(ireadout%numReadout)) offsetX = thisMultiDetector->offsetX[idet];
|
||||||
else offsetX = thisMultiDetector->offsetX[idet] + halfreadoutoffset;
|
else offsetX = thisMultiDetector->offsetX[idet] + halfreadoutoffset;
|
||||||
@ -5077,7 +5077,7 @@ void multiSlsDetector::readFrameFromReceiver(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}//end of ireadout
|
//}//end of ireadout
|
||||||
|
|
||||||
}
|
}
|
||||||
//no interleaving, just add to the end
|
//no interleaving, just add to the end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user