-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calibrate panda Y and Z encoder values before panda grid scan #730
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #730 +/- ##
=======================================
Coverage 86.96% 86.97%
=======================================
Files 101 101
Lines 6929 6934 +5
=======================================
+ Hits 6026 6031 +5
Misses 903 903
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks. Unfortunately, the initial_xyz
from flyscan_xray_centre
is being removed in #673.
To avoid causing conflicts in that PR, can we instead pass the sample_motors
to setup_panda_for_flyscan
and then read the initial values here?
tests/unit_tests/hyperion/device_setup_plans/test_setup_panda.py
Outdated
Show resolved
Hide resolved
Co-authored-by: olliesilvester <122091460+olliesilvester@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This should address issue #207.