diff --git a/script/ManipulatorXYFlyScan.py b/script/ManipulatorXYFlyScan.py index 30465749..6bc18d51 100644 --- a/script/ManipulatorXYFlyScan.py +++ b/script/ManipulatorXYFlyScan.py @@ -14,15 +14,15 @@ import math # adjust the following parameters # move sample across beam -ANGLE = -79. -DISTANCE = 6. -STEP = 0.1 +#ANGLE = -30. +#DISTANCE = 6. +#STEP = 0.1 # move sample along beam -#ANGLE = +60.0 -#DISTANCE = 4. -#STEP = 0.02 +ANGLE = +60.0 +DISTANCE = 4. +STEP = 0.02 SENSORS = (Counts, AngleDistribution, EnergyDistribution, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent) ENDSCAN = False