You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To demonstrate how to write a custom per_step() method, implement the notion of rocking a sample rotation (axis transverse to the beam) while collecting detector signals at each step of a 1-D scan. The elapsed time for collection would be ended when the rocking axis reaches its destination.
at each step:
move the scanning motor(s)
trigger the signal collection
read the motors & detectors
The rocking happens in the trigger step:
move the rocking motor to its start position
prepare the detector(s) to collect signals
start moving the rocking motor to its final position
To demonstrate how to write a custom
per_step()
method, implement the notion of rocking a sample rotation (axis transverse to the beam) while collecting detector signals at each step of a 1-D scan. The elapsed time for collection would be ended when the rocking axis reaches its destination.at each step:
The rocking happens in the trigger step:
Thanks to @jwkim-anl for the question!
The text was updated successfully, but these errors were encountered: