Example of how to do soft and hard iron calibration from a 3DOF magnetometer. http://psas.pdx.edu/
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
Nathan Bergey 4d03b27f89 Update blog style 3 år sedan
blogmd Update blog style 3 år sedan
data Now import flight data and calibrate it 5 år sedan
img Finish blog post (v1) 5 år sedan
.gitignore Copy over work from much earilier expermient. 5 år sedan
LICENSE Initial commit 5 år sedan
Makefile Update blog style 3 år sedan
Pipfile Copy over work from much earilier expermient. 5 år sedan
Pipfile.lock Copy over work from much earilier expermient. 5 år sedan
README.markdown Update readme to point to published article and notebook viewer 5 år sedan
figures.tpl Copy over work from much earilier expermient. 5 år sedan
matplotlibrc Copy over work from much earilier expermient. 5 år sedan
poetry.lock Update blog style 3 år sedan
post.ipynb Update blog style 3 år sedan
pyproject.toml Update blog style 3 år sedan

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