Commit b925f5dc authored by Andrey Filippov's avatar Andrey Filippov

CLAUDE: Add fopen_turn_finder.py — find sharpest turns across all INTERFRAME.corr-xml

Scans all scene dirs under a linked data root, parses each
*-INTERFRAME.corr-xml (latest version subdir), and computes per-sequence
angular metrics for A/T/R axes:
  - range (max−min, deg)
  - vel1: max consecutive |Δangle|/Δt (deg/s) — fast, noise-sensitive
  - velW: max W-frame windowed |Δangle|/Δt (deg/s) — robust (default W=5)

A/T/R Cessna-nadir convention documented: R=heading, T=banking, A=pitch.
Sequence-length/altitude note documented: metrics are Δt-normalised.
Outputs ranked console tables and optional TSV.
Co-authored-by: 's avatarClaude <claude@elphel.com>
parent 313276ef
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment