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