From 2562ae0a72768f2acd7d0fa7ee78bbe1fe424a55 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 9 Aug 2019 10:25:07 +0200 Subject: [PATCH] Script execution --- script/optics/FrontEndBladeFlyScanKei.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/optics/FrontEndBladeFlyScanKei.py b/script/optics/FrontEndBladeFlyScanKei.py index eccd9ce4..7ddb0728 100644 --- a/script/optics/FrontEndBladeFlyScanKei.py +++ b/script/optics/FrontEndBladeFlyScanKei.py @@ -34,14 +34,14 @@ FrontendBladeUp.write(STARTPOS) FrontendBladeDown.write(-2.0) time.sleep(5.0) fly_time = (ENDPOS - STARTPOS) / SPEED -cscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, time=fly_time, before_read=before_readout, after_read = after_readout, check_positions = False) +cscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, time=fly_time, check_positions = False) POSITIONERS = (FrontendBladeDown) FrontendBladeDown.write(STARTPOS) FrontendBladeUp.write(+2.0) time.sleep(5.0) fly_time = (ENDPOS - STARTPOS) / SPEED -cscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, time=fly_time, before_read=before_readout, after_read = after_readout, check_positions = False) +cscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, time=fly_time, check_positions = False) FrontendHSize.write(2.0) FrontendVSize.write(2.0) @@ -57,14 +57,14 @@ FrontendBladeRing.write(STARTPOS) FrontendBladeWall.write(-4.0) time.sleep(5.0) fly_time = (ENDPOS - STARTPOS) / SPEED -cscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, time=fly_time, before_read=before_readout, after_read = after_readout, check_positions = False) +cscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, time=fly_time, check_positions = False) POSITIONERS = (FrontendBladeWall) FrontendBladeWall.write(STARTPOS) FrontendBladeRing.write(+4.0) time.sleep(5.0) fly_time = (ENDPOS - STARTPOS) / SPEED -cscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, time=fly_time, before_read=before_readout, after_read = after_readout, check_positions = False) +cscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, time=fly_time, check_positions = False) FrontendHSize.write(0.0) FrontendVSize.write(0.0)