{% extends "base.html" %} {% load timeutil %} {% load mediaviews %} {% load scientific %} {% load sanitize_html %} {% load logtags %} {% block title %} {{ object.graceid }} {% endblock %} {% 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 operator_signoff_authorized and operator_signoff_active %}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 %}Basic Event Information |
|
---|---|
UID | {{ object.graceid }} |
Labels | {% if object.labelling_set.all %} {% for labelling in object.labelling_set.all %} {{ labelling.label.name }} {% endfor %} {% else %} {% endif %} |
Group | {{ object.group.name }} |
Pipeline | {{ object.pipeline.name }} |
Search | {{ object.search.name }} |
Instruments | {{ object.instruments }} |
{{ "gps"|timeselect:"gps" }} | {% if object.gpstime %} {{ object.gpstime|multiTime:"gps" }} {% endif %} |
FAR (Hz) | {# NOTE: XXX Using event_far so it can be floored for external users. #}{% if far_is_upper_limit %} < {% endif %}{{ display_far|scientific }} |
FAR (yr-1) | {% if far_is_upper_limit %} < {% endif %}{{ display_far_yr }} |
Latency (s) | {{ object.reporting_latency|floatformat:"-3" }} |
Links | Data |
{{ "submitted"|timeselect:"utc" }} | {{ object.created|multiTime:"submitted" }} |
Superevent | {{ object.superevent.superevent_id }} |