YunSolutions/levin-openData

Need help on converting accData to engineering units

Closed this issue · 1 comments

I can't convert the accData to engineering units because don't know how the mx, my and mz are computed in [mx,my,mz] = df_trip[['mx', 'my', 'mz']][df_trip['speed'] <= 1].mean().tolist()

Updated the data_extract.ipynb to include functions for magnetometer data conversion.