Sync RAW Data
Inspirit LAB devices record RAW data. To work with these RAW data, data needs be extracted from the device and converted into CSV files.
To extract the data from Inspirit LAB devices, you can use the RAW Insiders page: www.raw.insiders.live.
You will obtain a file with the “.asi” extension. Then use the same RAW Insiders page, you can convert the “.asi” file into CSV files.
To do these steps, please follow the instructions available form the following document: How to Download Data from Inspirit LAB Sensor
After conversion
After conversion, you will have the following CSV files:
- gnssData => “gssData.csv” – contains satellite positioning data (e.g., GPS).
- imuData => “imuData.csv” – contains angular velocity and acceleration data, from accelerometers and gyroscopes.
- hrData => “hrData.csv” – contains heart rate (bpm) data (only if electrodes are connected to the device).
- ecgData => “ecgData.csv” – contains electrocardiogram data (only if electrodes are connected to the device and option activated).
Example
Let’s say the GNSS timestamp starts at 1385000 [μs].
And the IMU timestamp starts at 844250 [μs].
To align the measured GNSS and IMU values, the GNSS and IMU timestamps must be aligned at 1385000 [μs].
