From dee12dbd7e7feb6eb7993a7d83d73b0d391d7d7a Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 20 Aug 2018 11:14:42 +0200 Subject: [PATCH] Script execution --- script/optics/FocusYRotScan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/optics/FocusYRotScan.py b/script/optics/FocusYRotScan.py index c9d43b06..a14e1e9d 100644 --- a/script/optics/FocusYRotScan.py +++ b/script/optics/FocusYRotScan.py @@ -14,7 +14,7 @@ LATENCY = 0.5 ENDSCAN = False MOTORS = [FocusYRot] -SENSORS = [Counts, SampleCurrent, RefCurrent, MachineCurrent, OpticsCameraCentroidX, OpticsCameraSigmaX] +SENSORS = [SampleCurrent, RefCurrent, MachineCurrent, OpticsCameraCentroidX, OpticsCameraSigmaX] STARTPOS = (-DISTANCE / 2.0) ENDPOS = (DISTANCE / 2.0) RELATIVE = True