Closedown
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user