aleksandrbazhin / ellipsoid_fit_python

Find ellipsoid fit for arbitrary data with python/numpy, plot it or write to file.
MIT License
75 stars 20 forks source link

Is this package suitable for calibrating an Accelerometer? #7

Closed EdXian closed 4 years ago

EdXian commented 4 years ago

Hi @aleksandrbazhin , I am interested about this package. Is it possible to use 'ellipsoid_fit_python' to calibrate a static accelerometer ? I am trying to find some useful method to calibrate an accelerometer or a Magnetic sensor. Thanks!!

aleksandrbazhin commented 4 years ago

Hi. I wrote this code to calibrate Magnetic sensors specifically and was satisfied with results. Have not tried to do it for the last 5 years though. As far as I remember, there is different process and math for accelerometers, but I am not sure. Also it is a loose port of Matlab code, the link to original project is in the description.