Example of how to do soft and hard iron calibration from a 3DOF magnetometer.
http://psas.pdx.edu/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
466 B
13 lines
466 B
post.md: post.ipynb
|
|
pipenv run jupyter nbconvert --no-input --template=figures.tpl --to=markdown post.ipynb
|
|
|
|
|
|
to_blog: post.md
|
|
cp post.md ../../natronics.org/source/_posts/magnetometer_calibration.md
|
|
mkdir -p ../../natronics.org/source/_posts/magnetometer_calibration/img
|
|
cp img/* ../../natronics.org/source/_posts/magnetometer_calibration/img
|
|
cp -r post_files/ ../../natronics.org/source/_posts/magnetometer_calibration/
|
|
|
|
clean:
|
|
rm -rf post_files
|
|
rm post.md
|