From a7658b2b9480681dddee97b48caf764259ea4815 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Tue, 25 Oct 2016 15:57:11 +0200 Subject: [PATCH] check for why gui doesnt show all data --- slsDetectorGui/src/qDrawPlot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorGui/src/qDrawPlot.cpp b/slsDetectorGui/src/qDrawPlot.cpp index c5b884215..b68376550 100644 --- a/slsDetectorGui/src/qDrawPlot.cpp +++ b/slsDetectorGui/src/qDrawPlot.cpp @@ -1260,7 +1260,7 @@ int qDrawPlot::MeasurementFinished(int currentMeasurementIndex, int fileIndex){ #endif //to make sure it plots the last frame before setting lastimagearray all to 0 //if(plot_in_scope==2) - usleep(500000); + usleep(5*1000*1000); currentMeasurement = currentMeasurementIndex+1; currentFileIndex = fileIndex;