Script execution
This commit is contained in:
@@ -14,14 +14,14 @@ MOTORS = (ManipulatorX)
|
||||
RANGE = (-2.9-0.6, -2.9+0.6)
|
||||
STEP = 0.01
|
||||
|
||||
#MOTORS = (ManipulatorY)
|
||||
#RANGE = (-5., +5.)
|
||||
#STEP = 0.2
|
||||
MOTORS = (ManipulatorY)
|
||||
RANGE = (-5., +5.)
|
||||
STEP = 0.1
|
||||
|
||||
# Z axis cannot be used in fly scan. minimum speed is too high.
|
||||
#MOTORS = (ManipulatorZ)
|
||||
#RANGE = (110., 120.)
|
||||
#STEP = 0.5
|
||||
MOTORS = (ManipulatorZ)
|
||||
RANGE = (112., 118.)
|
||||
STEP = 0.2
|
||||
|
||||
#MOTORS = (ManipulatorTheta)
|
||||
#RANGE = (-9., 81.)
|
||||
|
||||
Reference in New Issue
Block a user