Example of how to do soft and hard iron calibration from a 3DOF magnetometer. http://psas.pdx.edu/
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
Nathan Bergey 4d03b27f89 Update blog style hace 3 años
blogmd Update blog style hace 3 años
data Now import flight data and calibrate it hace 5 años
img Finish blog post (v1) hace 5 años
.gitignore Copy over work from much earilier expermient. hace 5 años
LICENSE Initial commit hace 5 años
Makefile Update blog style hace 3 años
Pipfile Copy over work from much earilier expermient. hace 5 años
Pipfile.lock Copy over work from much earilier expermient. hace 5 años
README.markdown Update readme to point to published article and notebook viewer hace 5 años
figures.tpl Copy over work from much earilier expermient. hace 5 años
matplotlibrc Copy over work from much earilier expermient. hace 5 años
poetry.lock Update blog style hace 3 años
post.ipynb Update blog style hace 3 años
pyproject.toml Update blog style hace 3 años

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