{% extends "base.html" %} {% load timeutil %} {% load scientific %} {% load sanitize_html %} {% load logtags %} {% block heading %}{% endblock %} {% block bodyattrs %}class="tundra eventDetail"{% endblock %} {% block jscript %} {% load static %} {% endblock %} {% block content %}
{{ message }}
{% if 'lvem_view' not in request.path %} {% if can_expose_to_lvem %}You are seeing this section because you've connected from a machine that, according to our records, is in the {{signoff_instrument}} control room. {% if operator_signoff_object %} This event has already been signed off on. Use the form below if you wish to edit or delete the record.
{% else %} This event still requires operator signoff.Please answer the following (and optionally enter a comment): At the time of the {% if signoff_instrument == 'H1' %} event ({{ object.gpstime|gpsdate_tz:"lho" }}), {% elif signoff_instrument == 'L1' %} event ({{ object.gpstime|gpsdate_tz:"llo" }}), {% elif signoff_instrument == 'V1' %} event ({{ object.gpstime|gpsdate_tz:"virgo" }}), {% else %} event, {% endif %} was the operating status of the detector basically okay, or not?
{% endif %}You are seeing this section because you're a designated EM followup advocate. {% if advocate_signoff_object %} This event has already been signed off on. Use the form below if you wish to edit or delete the record.
{% else %} This event still requires EM Followup advocate signoff. {% endif %}UID | Labels | Group | Pipeline | Search | Instruments |
Event Time
|
FAR (Hz) | FAR (yr-1) | Links |
Submitted
|
{% if object.superevent %}
Superevent | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|---|
{{ object.graceid }} | {% for labelling in object.labelling_set.all %} {{ labelling.label.name }} {% endfor %} | {{ object.group.name }} | {{ object.pipeline.name }} | {{ object.search.name }} | {{ object.instruments }} | {% if object.gpstime %} {{ object.gpstime|multiTime:"gps" }} {% endif %} | {# NOTE: XXX Using event_far so it can be floored for external users. #}{% if far_is_upper_limit %} < {% endif %}{{ display_far|scientific }} | {% if far_is_upper_limit %} < {% endif %}{{ display_far_yr }} | Data | {{ object.created|multiTime:"created" }} | {% if object.superevent %}{{ object.superevent.superevent_id }} | {% endif %}