{% extends "dashboard/base.html" %} {% block title %}1Hz Viewer — Run #{{ run.id }} — {{ sim.name }}{% endblock %} {% block content %}

Simulation >  {{ sim.name }} >  Run #{{ run.id }} 1Hz Viewer

Run #{{ run.id }}
Samples Shown {{ points_shown }} / {{ points_total }}
Channels {{ plot_series|length }}
Visible Window {{ window_points }} samples
Time Window Hour {{ start_hour }} to {{ end_hour }}
File {{ output_name }}
{% if downsample_step > 1 %} Showing every {{ downsample_step }}th sample for browser performance. Full-resolution data remains in the HDF5 output. {% else %} Showing the full 1Hz series for the selected default channels. {% endif %}
{% if plot_series %} {% for series in plot_series %}
monitoring{{ series.key }}
{% endfor %} {% else %}
No plottable 1Hz channels were found. Available datasets: {{ available_keys|join:", " }}
{% endif %}
{{ plot_x_values|json_script:"run-1hz-x-values" }} {{ plot_series|json_script:"run-1hz-series" }} {{ plot_keys|json_script:"run-1hz-plot-keys" }} {% endblock %}