Format bug in header line gyroscope csv file in mbientlab hub android app

When recording data with the Gyro in the hub app, there is a missing comma between the elapsed and x-axis field which prevents correct importing in other programs. The error does not appear for Accelerometer and Magnetometer, seems to be Gyro specific.

Header is:
epoch (ms),time (01:00),elapsed (s)x-axis (deg/s),y-axis (deg/s),z-axis (deg/s)

Should be:
epoch (ms),time (01:00),elapsed (s),x-axis (deg/s),y-axis (deg/s),z-axis (deg/s)

Comments

This discussion has been closed.