From 916335d1d2eae1bb174d653d37c628c08cc4a649 Mon Sep 17 00:00:00 2001 From: gac-x09lb Date: Wed, 23 Nov 2022 09:29:32 +0100 Subject: [PATCH] Regine --- config/variables.properties | 6 +++--- script/templates/Regine.py | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/variables.properties b/config/variables.properties index a8dec64..2968d7d 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -1,4 +1,4 @@ -#Wed Nov 23 09:18:01 CET 2022 +#Wed Nov 23 09:26:08 CET 2022 LastRunDate=221123 -DaySequentialNumber=4 -FileSequentialNumber=132 +DaySequentialNumber=8 +FileSequentialNumber=136 diff --git a/script/templates/Regine.py b/script/templates/Regine.py index 71a2f1e..75032a1 100644 --- a/script/templates/Regine.py +++ b/script/templates/Regine.py @@ -15,14 +15,14 @@ import random #Debugging if (get_exec_pars().args is None) and (get_exec_pars().script=="Regine"): - DRY_RUN = True - CENTER_X = 0.0 - CENTER_Y = 0.0 - EXPOSURES = [0.1, 0.5, 1.0] + DRY_RUN = False + CENTER_X = 15073.0 + CENTER_Y = 9465.0 + EXPOSURES = [0.05,1.0] STEPS_X = 5 - STEPS_Y= 3 - STEP_SIZE_X = 0.1 - STEP_SIZE_Y = 0.2 + STEPS_Y= 5 + STEP_SIZE_X = 50 + STEP_SIZE_Y = 50 NOISE=0.1 SETTLING_TIME = 1.0 ZIGZAG = True