From c78dca3f31e2fba0be5b99bcbbcd0f95359972e2 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 22 Jan 2021 12:42:55 +0100 Subject: [PATCH] Script execution --- script/optics/ExitSlitYScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/optics/ExitSlitYScan.py b/script/optics/ExitSlitYScan.py index 977c12c3..a53e34bb 100644 --- a/script/optics/ExitSlitYScan.py +++ b/script/optics/ExitSlitYScan.py @@ -13,8 +13,8 @@ ENDPOS = (0.0) #STEPS = -0.01 DWELL = 0.1 TOTAL_TIME = 120 -#STEPS = int(TOTAL_TIME / DWELL) + 1 -STEPS = 200 +STEPS = int(TOTAL_TIME / DWELL) + 1 +#STEPS = 200 def trig(): #wait_beam()