diff --git a/script/templates/Regine.py b/script/templates/Regine.py index f522dfa..f9cce73 100644 --- a/script/templates/Regine.py +++ b/script/templates/Regine.py @@ -17,14 +17,14 @@ position_plot = None if "POSITION_PLOT" not in globals() else POSITION_PLOT #Debugging if (get_exec_pars().args is None) and (get_exec_pars().script=="Regine"): DRY_RUN = False - CENTER_X = 11418.0 - CENTER_Y = 10498.0 - EXPOSURES = [0.05,1.0,10.0] #unit:s - STEPS_X = 5 - STEPS_Y= 5 - STEP_SIZE_X = 5 + CENTER_X = 11458.0 + CENTER_Y = 10398.0 + EXPOSURES = [1] #unit:s + STEPS_X = 30 + STEPS_Y= 0 + STEP_SIZE_X = 2.5 STEP_SIZE_Y = 5 - NOISE=0.1 + NOISE=0.0 SETTLING_TIME = 1.0 ZIGZAG = True COMPRESSION = False