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.
19 lines
409 B
19 lines
409 B
[tool.poetry]
|
|
name = "psas-magnetometer-calibration"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Nathan Bergey <nathan.bergey@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.8,<3.10"
|
|
numpy = "^1.21.1"
|
|
matplotlib = "^3.4.2"
|
|
scipy = "^1.7.0"
|
|
jupyter = "^1.0.0"
|
|
h5py = "^3.3.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|