Oleksandr Bezdieniezhnykh
f5366bbca1
[AZ-698] Multi-flight tlog handling: segment first, pick last flight
...
Real derkachi.tlog covers 3 takeoffs at the same field but the
uploaded video covers only the last. Original NCC argmax + AZ-405
head-takeoff fallback both biased toward flight 1, violating the
spec's "the last chunk in tlog is relevant" framing.
Patch: pre-NCC flight segmenter partitions the IMU energy stream
into distinct flights (threshold + gap walk); find_aligned_window
restricts NCC search to the last segment; low-confidence fallback
uses that segment's start instead of head-takeoff detection.
AlignedWindow gains flight_count_detected + selected_flight_index
for FDR-visible audit.
7 new unit tests (segmenter shapes + end-to-end multi-flight
pipeline + segmented fallback path). 19 AZ-698 tests pass, 113
in the regression slice. Zero new mypy --strict errors.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-20 16:44:41 +03:00
..
2026-05-19 11:53:14 +03:00
2026-05-19 12:22:03 +03:00
2026-05-12 09:18:20 +03:00
2026-05-11 01:00:28 +03:00
2026-05-11 01:33:42 +03:00
2026-05-11 02:03:36 +03:00
2026-05-11 03:00:49 +03:00
2026-05-11 03:23:33 +03:00
2026-05-11 03:38:58 +03:00
2026-05-11 03:52:07 +03:00
2026-05-11 04:17:59 +03:00
2026-05-11 04:28:14 +03:00
2026-05-11 04:47:44 +03:00
2026-05-11 05:06:56 +03:00
2026-05-11 05:35:20 +03:00
2026-05-11 05:51:23 +03:00
2026-05-11 06:07:45 +03:00
2026-05-11 06:20:01 +03:00
2026-05-11 06:53:22 +03:00
2026-05-11 07:06:38 +03:00
2026-05-11 07:13:44 +03:00
2026-05-11 10:12:30 +03:00
2026-05-11 10:32:14 +03:00
2026-05-12 01:28:49 +03:00
2026-05-12 02:53:58 +03:00
2026-05-12 09:56:45 +03:00
2026-05-12 10:13:21 +03:00
2026-05-12 10:20:21 +03:00
2026-05-12 10:33:37 +03:00
2026-05-12 17:05:41 +03:00
2026-05-12 18:01:50 +03:00
2026-05-12 19:29:11 +03:00
2026-05-12 20:37:41 +03:00
2026-05-12 23:11:49 +03:00
2026-05-12 23:55:50 +03:00
2026-05-13 00:09:53 +03:00
2026-05-13 03:09:40 +03:00
2026-05-13 04:01:37 +03:00
2026-05-13 04:20:47 +03:00
2026-05-13 05:00:16 +03:00
2026-05-13 05:48:52 +03:00
2026-05-13 06:13:36 +03:00
2026-05-13 07:01:14 +03:00
2026-05-13 08:48:53 +03:00
2026-05-13 09:34:14 +03:00
2026-05-13 11:03:46 +03:00
2026-05-13 19:42:46 +03:00
2026-05-13 18:06:02 +03:00
2026-05-13 21:47:07 +03:00
2026-05-13 22:31:56 +03:00
2026-05-13 22:44:22 +03:00
2026-05-13 23:23:22 +03:00
2026-05-13 23:37:04 +03:00
2026-05-13 23:52:54 +03:00
2026-05-14 00:39:29 +03:00
2026-05-14 00:51:19 +03:00
2026-05-14 01:11:09 +03:00
2026-05-14 02:40:01 +03:00
2026-05-14 03:03:16 +03:00
2026-05-14 03:30:46 +03:00
2026-05-14 04:09:22 +03:00
2026-05-14 05:01:14 +03:00
2026-05-14 05:33:20 +03:00
2026-05-14 09:50:51 +03:00
2026-05-16 09:02:33 +03:00
2026-05-16 16:22:44 +03:00
2026-05-16 17:18:01 +03:00
2026-05-16 17:54:00 +03:00
2026-05-16 18:10:46 +03:00
2026-05-17 07:12:24 +03:00
2026-05-17 07:49:17 +03:00
2026-05-17 08:26:16 +03:00
2026-05-17 08:42:12 +03:00
2026-05-17 09:00:55 +03:00
2026-05-17 09:08:48 +03:00
2026-05-17 09:52:05 +03:00
2026-05-17 12:08:02 +03:00
2026-05-17 13:40:07 +03:00
2026-05-17 14:19:08 +03:00
2026-05-17 14:46:08 +03:00
2026-05-17 15:09:58 +03:00
2026-05-17 15:28:39 +03:00
2026-05-17 15:43:06 +03:00
2026-05-17 16:46:49 +03:00
2026-05-17 17:09:04 +03:00
2026-05-17 17:33:22 +03:00
2026-05-17 18:01:55 +03:00
2026-05-17 18:14:00 +03:00
2026-05-19 06:35:47 +03:00
2026-05-19 06:36:11 +03:00
2026-05-19 06:47:05 +03:00
2026-05-19 08:56:04 +03:00
2026-05-19 09:20:28 +03:00
2026-05-19 09:38:13 +03:00
2026-05-19 10:28:43 +03:00
2026-05-19 12:34:44 +03:00
2026-05-20 16:09:03 +03:00
2026-05-20 16:44:41 +03:00
2026-05-12 03:55:41 +03:00
2026-05-12 17:12:30 +03:00
2026-05-12 21:47:40 +03:00
2026-05-13 00:12:30 +03:00
2026-05-13 04:29:26 +03:00
2026-05-13 06:40:09 +03:00
2026-05-13 09:40:27 +03:00
2026-05-13 21:50:32 +03:00
2026-05-13 23:26:58 +03:00
2026-05-14 00:39:29 +03:00
2026-05-14 02:45:28 +03:00
2026-05-14 04:12:47 +03:00
2026-05-14 09:50:51 +03:00
2026-05-14 21:41:39 +03:00
2026-05-16 17:54:00 +03:00
2026-05-17 07:49:17 +03:00
2026-05-17 15:43:06 +03:00
2026-05-19 08:30:08 +03:00
2026-05-19 08:30:08 +03:00
2026-05-19 12:37:08 +03:00
2026-05-17 18:15:48 +03:00
2026-05-20 13:22:51 +03:00
2026-05-18 09:50:11 +03:00