Example of how to do soft and hard iron calibration from a 3DOF magnetometer. http://psas.pdx.edu/
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
Nathan Bergey 4d03b27f89 Update blog style 3 anni fa
blogmd Update blog style 3 anni fa
data Now import flight data and calibrate it 5 anni fa
img Finish blog post (v1) 5 anni fa
.gitignore Copy over work from much earilier expermient. 5 anni fa
LICENSE Initial commit 5 anni fa
Makefile Update blog style 3 anni fa
Pipfile Copy over work from much earilier expermient. 5 anni fa
Pipfile.lock Copy over work from much earilier expermient. 5 anni fa
README.markdown Update readme to point to published article and notebook viewer 5 anni fa
figures.tpl Copy over work from much earilier expermient. 5 anni fa
matplotlibrc Copy over work from much earilier expermient. 5 anni fa
poetry.lock Update blog style 3 anni fa
post.ipynb Update blog style 3 anni fa
pyproject.toml Update blog style 3 anni fa

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