Example of how to do soft and hard iron calibration from a 3DOF magnetometer. http://psas.pdx.edu/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
Nathan Bergey 4d03b27f89 Update blog style 3 年前
blogmd Update blog style 3 年前
data Now import flight data and calibrate it 5 年前
img Finish blog post (v1) 5 年前
.gitignore Copy over work from much earilier expermient. 5 年前
LICENSE Initial commit 5 年前
Makefile Update blog style 3 年前
Pipfile Copy over work from much earilier expermient. 5 年前
Pipfile.lock Copy over work from much earilier expermient. 5 年前
README.markdown Update readme to point to published article and notebook viewer 5 年前
figures.tpl Copy over work from much earilier expermient. 5 年前
matplotlibrc Copy over work from much earilier expermient. 5 年前
poetry.lock Update blog style 3 年前
post.ipynb Update blog style 3 年前
pyproject.toml Update blog style 3 年前

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