mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-05 09:30:40 +02:00
somewhere
This commit is contained in:
parent
97260510f2
commit
46aeee00f1
@ -393,8 +393,6 @@ void DataProcessor::ProcessAnImage(char* buf) {
|
||||
header->xCoord = xcoordin1D;
|
||||
}
|
||||
|
||||
if (file)
|
||||
file->WriteToFile(buf, generalData->imageSize + sizeof(sls_detector_header), fnum-firstMeasurementIndex, nump);
|
||||
|
||||
if (rawDataReadyCallBack) {
|
||||
rawDataReadyCallBack(
|
||||
@ -416,6 +414,12 @@ void DataProcessor::ProcessAnImage(char* buf) {
|
||||
pRawDataReady);
|
||||
}
|
||||
|
||||
|
||||
if (file)
|
||||
file->WriteToFile(buf, generalData->imageSize + sizeof(sls_detector_header), fnum-firstMeasurementIndex, nump);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user