From 7a93fd8a58b313889d1d0913d6c87594892f9213 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Tue, 25 Oct 2016 16:00:18 +0200 Subject: [PATCH] check for why gui doesnt show all data --- slsDetectorGui/src/qDrawPlot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorGui/src/qDrawPlot.cpp b/slsDetectorGui/src/qDrawPlot.cpp index b68376550..7fd1457ea 100644 --- a/slsDetectorGui/src/qDrawPlot.cpp +++ b/slsDetectorGui/src/qDrawPlot.cpp @@ -1260,8 +1260,8 @@ 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(5*1000*1000); - + //usleep(5*1000*1000); + usleep(500*1000); currentMeasurement = currentMeasurementIndex+1; currentFileIndex = fileIndex; #ifdef VERBOSE