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.

22 lines
629 B

  1. # PSAS Magnetometer Calibration
  2. Example of how to do soft and hard iron calibration from a 3DOF magnetometer.
  3. **https://natronics.org/2019/magnetometer_calibration/**
  4. ## Data
  5. Calibration and launch data is in the `data` directory.
  6. ### Install code and run locally:
  7. $ pipenv install
  8. $ pipenv run jupyter notebook
  9. This should open a browser tap with the homepage of jupyter notebooks. Click on the `post.ipynb`
  10. file.
  11. You can also use an online notebook viewer pointed at the file, like this:
  12. https://nbviewer.jupyter.org/urls/git.natronics.org/natronics/psas-magnetometer-calibration/raw/branch/master/post.ipynb