mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-15 06:17:12 +02:00
xcoord should not be hardcoded for this version for eiger and jungfrau
This commit is contained in:
@ -369,8 +369,9 @@ void DataProcessor::ProcessAnImage(char* buf) {
|
||||
}
|
||||
|
||||
|
||||
// fix x coord that is currently not provided by detector
|
||||
header->xCoord = xcoord;
|
||||
// x coord for those not having standard header
|
||||
if (!generalData->standardheader)
|
||||
header->xCoord = xcoord;
|
||||
|
||||
if (file)
|
||||
file->WriteToFile(buf, generalData->imageSize + sizeof(sls_detector_header), fnum-firstMeasurementIndex, nump);
|
||||
|
Reference in New Issue
Block a user