From 411e73d3b483d14ea6b389b93ff0e593f9e4909a Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 9 Aug 2019 11:30:16 +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 d2a323d2..fd42c234 100644 --- a/script/optics/FocusYRotScan.py +++ b/script/optics/FocusYRotScan.py @@ -15,7 +15,7 @@ LATENCY = 0.5 ENDSCAN = False MOTORS = [FocusYRot] -SENSORS = [SampleCurrent, RefCurrent, MachineCurrent, OpticsCameraCentroidX, OpticsCameraSigmaX, opps1img] +SENSORS = [SampleCurrent, RefCurrent, MachineCurrent, OpticsCameraCentroidX, OpticsCameraSigmaX, opps1img.getDataMatrix()] STARTPOS = (-DISTANCE / 2.0) ENDPOS = (DISTANCE / 2.0) RELATIVE = True