From 9ff516e632f371dd30392bb4616d5ca059c19056 Mon Sep 17 00:00:00 2001 From: x03daop Date: Tue, 3 Nov 2015 09:18:56 +0100 Subject: [PATCH] Script execution --- script/local.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 60ea3b5f..37dfd8ed 100644 --- a/script/local.py +++ b/script/local.py @@ -44,9 +44,10 @@ Integration = ImageIntegrator() def trig_scienta(): + image_id = Scienta.currentImageCount Scienta.start() - Scienta.waitNewImage() Scienta.waitReady(-1) + Scienta.waitNewImage(3000, image_id) diag_channels = []