We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To whom it may concern,
When using numpy.load() to load the magnetic data,
(ex. 99c94dc769b5d96e|2018-10-12--20-13-54/7/processed_log/IMU/magnetometer/value)
there is only one axis data as shown below:
magn_val_arr.shape (6013,) magn_val_arr.size 6013
but accelerometer contains three axes data
accel_val_arr.shape (6013, 3) accel_val_arr.size 18039
Is data missing or do I load magnetic data incorrectly?
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To whom it may concern,
When using numpy.load() to load the magnetic data,
(ex. 99c94dc769b5d96e|2018-10-12--20-13-54/7/processed_log/IMU/magnetometer/value)
there is only one axis data as shown below:
magn_val_arr.shape
(6013,)
magn_val_arr.size
6013
but accelerometer contains three axes data
accel_val_arr.shape
(6013, 3)
accel_val_arr.size
18039
Is data missing or do I load magnetic data incorrectly?
Thank you.
The text was updated successfully, but these errors were encountered: