projecthorus / radiosonde_auto_rx

Automatically Track Radiosonde Launches using RTLSDR
GNU General Public License v3.0
499 stars 125 forks source link

Remove scan plot data decimation. #939

Closed darksidelemm closed 1 week ago

darksidelemm commented 1 week ago

The data sent to the web interface for the scan plot was being decimated 10x. This looked to be a decision made back in 2018, maybe for performance reasons.

After discussion with @argilo , I've decided to remove this decimation and allow the full resolution data to be seen in the scan plot.

Hopefully this doesn't lead to performance issues!

argilo commented 1 week ago

Maybe remove the peak_decimation function and imports too? It can easily be restored from git history if needed.