Example of how to do soft and hard iron calibration from a 3DOF magnetometer. http://psas.pdx.edu/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
Nathan Bergey 4d03b27f89 Update blog style il y a 3 ans
blogmd Update blog style il y a 3 ans
data Now import flight data and calibrate it il y a 5 ans
img Finish blog post (v1) il y a 5 ans
.gitignore Copy over work from much earilier expermient. il y a 5 ans
LICENSE Initial commit il y a 5 ans
Makefile Update blog style il y a 3 ans
Pipfile Copy over work from much earilier expermient. il y a 5 ans
Pipfile.lock Copy over work from much earilier expermient. il y a 5 ans
README.markdown Update readme to point to published article and notebook viewer il y a 5 ans
figures.tpl Copy over work from much earilier expermient. il y a 5 ans
matplotlibrc Copy over work from much earilier expermient. il y a 5 ans
poetry.lock Update blog style il y a 3 ans
post.ipynb Update blog style il y a 3 ans
pyproject.toml Update blog style il y a 3 ans

README.markdown

PSAS Magnetometer Calibration

Example of how to do soft and hard iron calibration from a 3DOF magnetometer.

https://natronics.org/2019/magnetometer_calibration/

Data

Calibration and launch data is in the data directory.

Install code and run locally:

$ pipenv install
$ pipenv run jupyter notebook

This should open a browser tap with the homepage of jupyter notebooks. Click on the post.ipynb file.

You can also use an online notebook viewer pointed at the file, like this:

https://nbviewer.jupyter.org/urls/git.natronics.org/natronics/psas-magnetometer-calibration/raw/branch/master/post.ipynb