diff --git a/script/templates/Regine.py b/script/templates/Regine.py index 0e00220..50629f4 100644 --- a/script/templates/Regine.py +++ b/script/templates/Regine.py @@ -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