mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 23:07:13 +02:00
jctb setting dr correctly
This commit is contained in:
@ -5868,11 +5868,13 @@ void multiSlsDetector::readFrameFromReceiver(){
|
|||||||
int maxX = (bytesperchannel >= 1.0) ? thisMultiDetector->numberOfChannelInclGapPixels[X] : thisMultiDetector->numberOfChannel[X];
|
int maxX = (bytesperchannel >= 1.0) ? thisMultiDetector->numberOfChannelInclGapPixels[X] : thisMultiDetector->numberOfChannel[X];
|
||||||
int maxY = (bytesperchannel >= 1.0) ? thisMultiDetector->numberOfChannelInclGapPixels[Y] : thisMultiDetector->numberOfChannel[Y];
|
int maxY = (bytesperchannel >= 1.0) ? thisMultiDetector->numberOfChannelInclGapPixels[Y] : thisMultiDetector->numberOfChannel[Y];
|
||||||
int multidatabytes = (bytesperchannel >= 1.0) ? thisMultiDetector->dataBytesInclGapPixels : thisMultiDetector->dataBytes;
|
int multidatabytes = (bytesperchannel >= 1.0) ? thisMultiDetector->dataBytesInclGapPixels : thisMultiDetector->dataBytes;
|
||||||
|
int dr = bytesperchannel * 8;
|
||||||
if (myDetType == JUNGFRAUCTB) {
|
if (myDetType == JUNGFRAUCTB) {
|
||||||
maxY = (int)(thisMultiDetector->timerValue[SAMPLES_JCTB] * 2)/25; // for moench 03
|
maxY = (int)(thisMultiDetector->timerValue[SAMPLES_JCTB] * 2)/25; // for moench 03
|
||||||
maxX = 400;
|
maxX = 400;
|
||||||
|
dr = 16;
|
||||||
}
|
}
|
||||||
int dr = bytesperchannel * 8;
|
|
||||||
|
|
||||||
|
|
||||||
//getting multi values
|
//getting multi values
|
||||||
|
Reference in New Issue
Block a user