Example of how to do soft and hard iron calibration from a 3DOF magnetometer. http://psas.pdx.edu/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 

12 lignes
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