An alert was raised during an LVM LN2 fill


{% if error %}
The error message was:
{{ error }}
{% else %}
No error message was provided.
{% endif %}
At your earliest convenience please check the status of the LVM spectrograph system. You can access Grafana plots here.
{% if lvmweb_url %}
Information about the fill can be found
{% endif %}
Events

Time at the start of the purge {{ event_times.purge_start.strftime('%H:%M:%S') if event_times.purge_start }}
Time at the end of the purge {{ event_times.purge_complete.strftime('%H:%M:%S') if event_times.purge_complete }}
Time at the start of the fill {{ event_times.fill_start.strftime('%H:%M:%S') if event_times.fill_start }}
Time at the end of the fill {{ event_times.fill_complete.strftime('%H:%M:%S') if event_times.fill_complete }}
Time when the purge or fill failed {{ event_times.fail_time.strftime('%H:%M:%S') if event_times.fail_time }}
Time when the purge or fill was aborted {{ event_times.abort_time.strftime('%H:%M:%S') if event_times.abort_time }}
Cryostat status at time of failure

{% if spec_data %}
{% for cryostat in spec_data %} {% for key, value in spec_data[cryostat].items() %} {% else %} {{ "{:.2e}".format(value) }} {% endif %} {% endfor %} {% endfor %}
Cryostat CCD temp. (C) LN2 temp. (C) Pressure (torr)
{{ cryostat }} {% if key == "ccd" or key == "ln2" %} {{ value | round(1) }}
{% else %}
Cryostat data was not available at the time of sending this email.
{% endif %}
Valve open times

{% if valve_data %}
{% for valve, data in valve_data.items() %} {% endfor %}
Valve Open Closed Elapsed Timed out?
{{ valve }} {{ data.open_time.strftime('%H:%M:%S') if data.open_time }} {{ data.close_time.strftime('%H:%M:%S') if data.close_time }} {{ "{:.1f}".format(data.elapsed) if data.elapsed }} {{ "Y" if data.timed_out else "" }}
{% else %}
Valve times were not available at the time of sending this email.
{% endif %}
Log stream

{% if log_lines %}
                {% for line in log_lines -%}
                    {{ line }}
                {%- endfor %}
            
{% else %}
Log stream was not available at the time of sending this email.
{% endif %}
Images

{% if has_images %}
{% else %}
No images were provided.
{% endif %}