Script execution
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user