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

  1. post.md: post.ipynb
  2. pipenv run jupyter nbconvert --no-input --template=figures.tpl --to=markdown post.ipynb
  3. to_blog: post.md
  4. cp post.md ../../natronics.org/source/_posts/magnetometer_calibration.md
  5. mkdir -p ../../natronics.org/source/_posts/magnetometer_calibration/img
  6. cp img/* ../../natronics.org/source/_posts/magnetometer_calibration/img
  7. cp -r post_files/ ../../natronics.org/source/_posts/magnetometer_calibration/
  8. clean:
  9. rm -rf post_files
  10. rm post.md