Script execution

This commit is contained in:
gac-x09lb
2022-11-30 09:35:08 +01:00
parent cd290b029d
commit 4f95fc03c1

View File

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