{% extends "base.html" %} {% load sanitize_html %} {% load logtags %} {% block heading %}{% endblock %} {% block bodyattrs %}class="tundra eventDetail"{% endblock %} {% block jscript %} {% load static %} {% endblock %} {% block content %}

LIGO/Virgo Public Alerts

O3 detection candidates: {{ candidates }}



{% if not user_is_external %} {% endif %} {% for event in object_list %} {% if not user_is_external %} {% endif %} {% endfor %}
Event ID Possible Source (Probability) UTC GCN LocationΩ ScanComments GPS False Alarm Rate (per year)
{{ event.default_superevent_id }} {{ event.sourcetypes }} {{ event.t0_iso }}{{ event.t_0_date }}
{{ event.t0_utc }} UTC
Notice
Circulars
Ω L1
Ω H1
{{ event.comments }} {{ event.t_0|floatformat:2 }} 1 per {{ event.ifar_yrs|floatformat:2 }} years




{% endblock %}