-
Notifications
You must be signed in to change notification settings - Fork 2
MUONS: Zero-Field - IOC for Field Strength #4838
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
Comments
17 tasks
This was referenced Dec 6, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A magnetometer outputs three analogue voltages (one for each axis of the magnetic field - Longitudinal, Transverse and Vertical) which are fed into an A-D converter on a NI-cDAQ. These voltages should be converted to field strengths to be used in the calibration routine implemented in #4839.
Acceptance criteria:
Magnitude = sqrt(corrected_X_field^2 + corrected_Y_field^2 + corrected_z_field^2)
(this value is used to determine whether or not the field is stable in the auto-feedback routine).Notes:
The text was updated successfully, but these errors were encountered: