Script execution

This commit is contained in:
x03daop
2016-08-01 17:27:14 +02:00
parent af4fbdf678
commit ab165a8cb8

View File

@@ -12,12 +12,12 @@ set ANGLE = +60.0 to move the sample along the beam.
import math
# adjust the following parameters
DISTANCE = 5.0
ANGLE = -30.0 # move sample across beam
#ANGLE = +60.0 # move sample along beam
STEPS = 10
DISTANCE = 2.0
#ANGLE = -30.0 # move sample across beam
ANGLE = +60.0 # move sample along beam
STEPS = 40
LATENCY = 0.1
ENDSCAN = True
ENDSCAN = False
# do not edit below
DISTANCE_X = DISTANCE * math.cos(math.radians(ANGLE))