Script execution

This commit is contained in:
gac-x09lb
2022-11-23 13:20:10 +01:00
parent c4b66f2378
commit adb1d94af2
+5 -5
View File
@@ -16,13 +16,13 @@ import random
#Debugging
if (get_exec_pars().args is None) and (get_exec_pars().script=="Regine"):
DRY_RUN = False
CENTER_X = 15073.0
CENTER_Y = 9465.0
EXPOSURES = [0.05,1.0]
CENTER_X = 11418.0
CENTER_Y = 10498.0
EXPOSURES = [0.05,1.0] #unit:s
STEPS_X = 5
STEPS_Y= 5
STEP_SIZE_X = 50
STEP_SIZE_Y = 50
STEP_SIZE_X = 5
STEP_SIZE_Y = 5
NOISE=0.1
SETTLING_TIME = 1.0
ZIGZAG = True