Script execution

This commit is contained in:
gac-x03da
2019-08-13 11:19:05 +02:00
parent 3666b43e20
commit a0cbe3a407
+11 -5
View File
@@ -12,12 +12,18 @@ set ANGLE = +60.0 to move the sample along the beam.
import math
# adjust the following parameters
DISTANCE = 2.0
STEP = 0.01
#ANGLE = -30.0 # move sample across beam
ANGLE = +60.0 # move sample along beam
SENSORS = (Counts, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
# move sample across beam
ANGLE = -30.0
DISTANCE = 8.
STEP = 0.1
# move sample along beam
#ANGLE = +60.0
#DISTANCE = 8.
#STEP = 0.1
SENSORS = (Counts, AngleDistribution, EnergyDistribution, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent)
ENDSCAN = False
# --- do not edit below ---