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.
12 lines
428 B
12 lines
428 B
post.md: post.ipynb
|
|
poetry run jupyter nbconvert --no-input --template=blogmd --to=markdown post.ipynb
|
|
|
|
to_blog: post.md
|
|
cp post.md ../natronics.org/src/posts/magnetometer_calibration.md
|
|
mkdir -p ../natronics.org/src/2019/magnetometer_calibration/img
|
|
cp img/* ../natronics.org/src/2019/magnetometer_calibration/img
|
|
cp -r post_files ../natronics.org/src/2019/magnetometer_calibration/
|
|
|
|
clean:
|
|
rm -rf post_files
|
|
rm post.md
|