Runs cleaning and optional OMA analysis in the UI service. No writes to Postgres/Influx for these runs. You can download outputs.
Token: {{ token }}
Available channels in file:
{{ ch }}
{% endfor %}
{{ drift_note }}
{% endif %}{{ psd_note }}
{% endif %}| Frequency (Hz) | Quality | Damping (rough) |
|---|---|---|
| {{ '%.4f'|format(m.frequency_hz) }} | {{ '%.2f'|format(m.quality) }} | {% if m.damping_ratio %}{{ '%.4f'|format(m.damping_ratio) }}{% else %}-{% endif %} |