From c4b66f237860451ef7129bfdaed0479399fce250 Mon Sep 17 00:00:00 2001 From: gac-x09lb Date: Wed, 23 Nov 2022 09:40:11 +0100 Subject: [PATCH] Script execution --- script/templates/Regine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/templates/Regine.py b/script/templates/Regine.py index 75032a1..0e00220 100644 --- a/script/templates/Regine.py +++ b/script/templates/Regine.py @@ -66,7 +66,7 @@ def gen(): try: r = vscan(POSITIONERS, SENSORS , gen(), False,\ - SETTLING_TIME, relative=False, zigzag = ZIGZAG, \ + SETTLING_TIME, relative=False, zigzag = ZIGZAG, initial_move=False, \ before_read=before_readout, after_read = after_readout, \ manual_range=RANGE_X, manual_range_y=RANGE_Y, \ compression = COMPRESSION, enabled_plots=ENABLED_PLOTS, \