mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 18:10:40 +02:00
almost there
This commit is contained in:
parent
652d29f2d9
commit
557eccb74d
@ -5059,7 +5059,7 @@ void multiSlsDetector::readFrameFromReceiver(){
|
||||
//eiger, so interleaving
|
||||
if(maxX){
|
||||
|
||||
if(ireadout == 3){
|
||||
//if(ireadout == 3){
|
||||
offsetY = (maxY - (thisMultiDetector->offsetY[idet] + slsmaxY)) * maxX * bytesperchannel;
|
||||
if(!(ireadout%numReadout)) offsetX = thisMultiDetector->offsetX[idet];
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user