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