bluesky.plans.rel_spiral_square¶
-
bluesky.plans.
rel_spiral_square
(detectors, x_motor, y_motor, x_range, y_range, x_num, y_num, *, per_step=None, md=None)[source]¶ Relative square spiral scan, centered around current (x, y) position.
- Parameters
- detectorslist
list of ‘readable’ objects
- x_motorobject
any ‘settable’ object (motor, temp controller, etc.)
- y_motorobject
any ‘settable’ object (motor, temp controller, etc.)
- x_rangefloat
x width of spiral
- y_rangefloat
y width of spiral
- x_numfloat
number of x axis points
- y_numfloat
Number of y axis points.
- per_stepcallable, optional
hook for cutomizing action of inner loop (messages per step). See docstring of
bluesky.plans.one_nd_step()
(the default) for details.- mddict, optional
metadata
See also
bluesky.plans.spiral_square()
bluesky.plans.spiral()
bluesky.plans.relative_spiral()
bluesky.plans.spiral_fermat()
bluesky.plans.relative_spiral_fermat()