Flights in the table should be calculated by acquired telemetry data.
To separate flights from each other there should be used simple heuristic: if time between two telemetries is more than 15 seconds - the program should consider it as separate flights.
Since telemetry download is pretty long process, the program should limit the period of time to be selected by 1 day.
Flights in the table should be calculated by acquired telemetry data. To separate flights from each other there should be used simple heuristic: if time between two telemetries is more than 15 seconds - the program should consider it as separate flights. Since telemetry download is pretty long process, the program should limit the period of time to be selected by 1 day.