only 3d positins in x y z coord, so receiver not overwriting them

This commit is contained in:
Dhanya Maliakal
2017-09-22 15:29:28 +02:00
parent e8bb186ff8
commit e0d82ad92d
2 changed files with 1 additions and 3 deletions

View File

@ -147,7 +147,7 @@ int HDF5File::WriteToFile(char* buffer, int buffersize, uint64_t fnum, uint32_t
fnum%maxFramesPerFile, nPixelsY, ((*dynamicRange==4) ? (nPixelsX/2) : nPixelsX),
dataspace, dataset, datatype) == OK) {
sls_detector_header* header = (sls_detector_header*) (buffer);
header->xCoord = ((*detIndex) * (*numUnitsPerDetector) + index);/** need to be changed when det header incl*/
/*header->xCoord = ((*detIndex) * (*numUnitsPerDetector) + index); */
if (HDF5FileStatic::WriteParameterDatasets(index, dataspace_para,
fnum%maxFramesPerFile,
dataset_para, header) == OK) {