csc301-2023-fall / project-34-qeynet-inc-t

Repository for Astra, a U of T CSC301 team project developed for QEYnet.
MIT License
0 stars 1 forks source link

Graphing tab: refrain from plotting every timestamp #31

Open shape-warrior-t opened 8 months ago

shape-warrior-t commented 8 months ago

TelemetryData.get_parameter_values provides a step argument, as not every timestamp is necessary to plot when graphing over a long time range. Currently, the method is always called with step=1 -- for efficiency reasons, this will likely need to change somehow (either automatically calculating step in some manner, likely based on the number of telemetry frames and also potentially the number of parameters being plotted, or moving to an entirely different way of solving the problem).