From 8d7445d347eead9a5155893e7f010093abc7a2b9 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Thu, 20 Aug 2015 10:17:36 +0200 Subject: [PATCH] changed startframeindex to 1 as thats whats written to file in eiger --- slsReceiverSoftware/src/UDPStandardImplementation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsReceiverSoftware/src/UDPStandardImplementation.cpp b/slsReceiverSoftware/src/UDPStandardImplementation.cpp index bebb7ad5e..683b6a9f9 100644 --- a/slsReceiverSoftware/src/UDPStandardImplementation.cpp +++ b/slsReceiverSoftware/src/UDPStandardImplementation.cpp @@ -2187,7 +2187,7 @@ void UDPStandardImplementation::startFrameIndices(int ithread){ FILE_LOG(logDEBUG) << __AT__ << " called"; if (myDetectorType == EIGER){ - startFrameIndex = 0; + startFrameIndex = 1; /*startFrameIndex = htonl(*(unsigned int*)((eiger_image_header *)((char*)(buffer[ithread] + HEADER_SIZE_NUM_TOT_PACKETS)))->fnum);*/ } //gotthard has +1 for frame number and not a short frame