Example of how to do soft and hard iron calibration from a 3DOF magnetometer. http://psas.pdx.edu/
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
Nathan Bergey 4d03b27f89 Update blog style 3 anos atrás
blogmd Update blog style 3 anos atrás
data Now import flight data and calibrate it 5 anos atrás
img Finish blog post (v1) 5 anos atrás
.gitignore Copy over work from much earilier expermient. 5 anos atrás
LICENSE Initial commit 5 anos atrás
Makefile Update blog style 3 anos atrás
Pipfile Copy over work from much earilier expermient. 5 anos atrás
Pipfile.lock Copy over work from much earilier expermient. 5 anos atrás
README.markdown Update readme to point to published article and notebook viewer 5 anos atrás
figures.tpl Copy over work from much earilier expermient. 5 anos atrás
matplotlibrc Copy over work from much earilier expermient. 5 anos atrás
poetry.lock Update blog style 3 anos atrás
post.ipynb Update blog style 3 anos atrás
pyproject.toml Update blog style 3 anos atrás

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