Example of how to do soft and hard iron calibration from a 3DOF magnetometer. http://psas.pdx.edu/
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
Nathan Bergey 4d03b27f89 Update blog style vor 3 Jahren
blogmd Update blog style vor 3 Jahren
data Now import flight data and calibrate it vor 5 Jahren
img Finish blog post (v1) vor 5 Jahren
.gitignore Copy over work from much earilier expermient. vor 5 Jahren
LICENSE Initial commit vor 5 Jahren
Makefile Update blog style vor 3 Jahren
Pipfile Copy over work from much earilier expermient. vor 5 Jahren
Pipfile.lock Copy over work from much earilier expermient. vor 5 Jahren
README.markdown Update readme to point to published article and notebook viewer vor 5 Jahren
figures.tpl Copy over work from much earilier expermient. vor 5 Jahren
matplotlibrc Copy over work from much earilier expermient. vor 5 Jahren
poetry.lock Update blog style vor 3 Jahren
post.ipynb Update blog style vor 3 Jahren
pyproject.toml Update blog style vor 3 Jahren

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