sensortoolkit.qc._interval_downsampling.plot_recording_interval
- plot_recording_interval(delta_df)[source]
Create a plot of the time delta interval vs. row index for recorded datasets.
This plot indicates whether the recording interval varied in datasets during the duration of measurements.
- Parameters
delta_df (pandas DataFrame) – A dataset containing the intervals in seconds between consecutive timestamps in recorded datasets. Each column corresponds to the time delta intervals for datasets within the passed df_list.
- Returns
None.