mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 07:17:13 +02:00
making nx and ny available for jctb in call back
This commit is contained in:
@ -5866,6 +5866,10 @@ void multiSlsDetector::readFrameFromReceiver(){
|
||||
int maxX = (bytesperchannel >= 1.0) ? thisMultiDetector->numberOfChannelInclGapPixels[X] : thisMultiDetector->numberOfChannel[X];
|
||||
int maxY = (bytesperchannel >= 1.0) ? thisMultiDetector->numberOfChannelInclGapPixels[Y] : thisMultiDetector->numberOfChannel[Y];
|
||||
int multidatabytes = (bytesperchannel >= 1.0) ? thisMultiDetector->dataBytesInclGapPixels : thisMultiDetector->dataBytes;
|
||||
if (myDetType == JUNGFRAUCTB) {
|
||||
maxY = (int)(thisMultiDetector->timerValue[SAMPLES_JCTB] * 2)/25; // for moench 03
|
||||
maxX = 400;
|
||||
}
|
||||
int dr = bytesperchannel * 8;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user