From d3a6e44f4d5286154095004a6a49bbf86dc5dd6b Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 30 Oct 2018 10:49:32 +0100 Subject: [PATCH] Closedown --- script/local.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/local.py b/script/local.py index 76eaaea..6ff0661 100644 --- a/script/local.py +++ b/script/local.py @@ -52,7 +52,7 @@ def trigger_detectors(position, scan): if (count_time != 0): if pix_is_on: pixel.set_expose(count_time) - pix.start() + pixel.start() if (count_time > 0): mythen.set_acquire_time(count_time) @@ -79,7 +79,7 @@ def trigger_detectors(position, scan): if pix_is_on: image_filename = pixel.get_image_filename() count_id = pixel.doUpdate() - pixlogwrite() + pixel.logwrite() else : image_filename = None count_id = + 1