diff --git a/script/local.py b/script/local.py index 03db6fb..728eac8 100755 --- a/script/local.py +++ b/script/local.py @@ -126,7 +126,7 @@ def get_plot_snapshots(title = None, file_type = "jpg", temp_path = controller.s """ Returns list with file names of plots snapshots from a plotting context. """ - sleep(0.02) #Give some time to plot to be finished - it is not sync with acquisition + sleep(0.1) #Give some time to plot to be finished - it is not sync with acquisition ret = [] for p in get_plots(title): file_name = os.path.abspath(temp_path + "/" + p.getTitle() + "." + file_type)