Example of how to do soft and hard iron calibration from a 3DOF magnetometer. http://psas.pdx.edu/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
Nathan Bergey 4d03b27f89 Update blog style před 3 roky
blogmd Update blog style před 3 roky
data Now import flight data and calibrate it před 5 roky
img Finish blog post (v1) před 5 roky
.gitignore Copy over work from much earilier expermient. před 5 roky
LICENSE Initial commit před 5 roky
Makefile Update blog style před 3 roky
Pipfile Copy over work from much earilier expermient. před 5 roky
Pipfile.lock Copy over work from much earilier expermient. před 5 roky
README.markdown Update readme to point to published article and notebook viewer před 5 roky
figures.tpl Copy over work from much earilier expermient. před 5 roky
matplotlibrc Copy over work from much earilier expermient. před 5 roky
poetry.lock Update blog style před 3 roky
post.ipynb Update blog style před 3 roky
pyproject.toml Update blog style před 3 roky

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