does the SNUDAC/PLETH and SNUDAC/ECG_V5 sensors are syncronised with each other? #508

dean (2022-05-24 11:33) · 466 view(s) · 1 comment(s)

Hey,

we are tryieng to estimate Blood pressure based on the time differance btewwen peaks in ECG and PPG sensors, but if we use the API to download the tracks for those sensors, they arrive without the propper time stamp. the time stamp is NaN for most of the rows as seen in the example below:

 


vitaldb2017 (2022-11-29 06:36)
Missing values in the "Time" column are intended to reduce the file size.
Please use the pandas.DataFrame.interpolate if you really need the values in the Time column.