{% 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 %}
{% if object.offline %}
OFFLINE EVENT

{% endif %}

{{ object.graceid }}


{{ message }}

{% if 'lvem_view' not in request.path %} {% if operator_signoff_authorized and operator_signoff_active %}

{{signoff_instrument}} Operator Signoff

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.

Delete
{% 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?

{{ signoff_form.as_table }}
{% endif %}
{% endif %} {% if advocate_signoff_authorized and advocate_signoff_active %}

Advocate Signoff

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.

Delete
{% else %} This event still requires EM Followup advocate signoff.

{{ signoff_form.as_table }}
{% endif %}
{% endif %} {% endif %} {# lvem_view not in request.path #} {% block basic_info %}
{# NOTE: XXX Using event_far so it can be floored for external users. #} {% if object.superevent %} {% 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){% 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 }}
{% endblock %} {% if user_is_external %} {# Analysis-specific attributes which can be exposed to external partners #} {% block external_analysis_specific %} {# Empty by default #} {% endblock %} {% else %} {# Analysis-specific attributes #} {% block analysis_specific %} {# This block is empty in the base event_detail template #} {% endblock %} {% endif %} {# Neighbors #}

Neighbors


Neighbor Window:

{% include "gracedb/neighbors_frag.html" %}
{% if log_too_big %}
{% else %} {% include "gracedb/log_entry_details.html" %} {% endif %}
{% endblock %}