This commit is contained in:
gac-x09lb
2022-11-23 09:29:32 +01:00
parent a55ea5e47f
commit 916335d1d2
2 changed files with 10 additions and 10 deletions

View File

@@ -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

View File

@@ -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