PX4 / flight_review

web application for flight log analysis & review
https://logs.px4.io/
BSD 3-Clause "New" or "Revised" License
193 stars 190 forks source link

Fix FIFO spectrogram plot #260

Closed bresch closed 1 year ago

bresch commented 1 year ago

timestamp_sample exists in the original dataset and is used by the spectrogram plotter; it needs to be fill correctly to have the right dimension

Before: spectrogram_issue

This PR: spectrogram_fixed