{% extends "gracedb/event_detail.html" %} {% load timeutil %} {% load scientific %} {% block basic_info %}
{% if object.far %} {% endif %} {% 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 }}
{{ "gps"|timeselect:"gps" }} {% if object.gpstime%} {{ object.gpstime|multiTime:"gps" }} {% endif %}
Latency (s) {{ object.reporting_latency|floatformat:"-3" }}
FAR (Hz) {{ object.far | scientific }}
Links Data
{{ "submitted"|timeselect:"utc" }} {{ object.created|multiTime:"submitted" }}
Superevent {{ object.superevent.superevent_id }}
{% endblock %} {% block analysis_specific %} {% if object.grbevent %}
{% if object.trigger_id %} {% endif %} {% if object.trigger_duration %} {% endif %} {% if object.far %} {% endif %} {% if object.t90 %} {% endif %} {% if object.redshift %} {% endif %} {% if object.designation %} {% endif %}

GRB Info

IVORN{{object.ivorn}}
Author{{object.author_shortname}}
Author IVORN{{object.author_ivorn}}
Observatory{{object.observatory_location_id}}
How {% if object.how_reference_url %} {{object.how_description}} {% else %} {{object.how_description}} {% endif %}
Trigger ID{{object.trigger_id}}
Trigger duration{{object.trigger_duration}}
FAR (Hz){{object.far}}
T90{{object.t90}}
Redshift{{object.redshift}}
Event designation{{object.designation}}

GRB Location

Coord System{{object.coord_system}}
RA{{object.ra}}
Dec{{object.dec}}
Err{{object.error_radius}}
{% if can_update_grbevent %}
{{ update_grbevent_form.as_table }}

Update GRB Event

{% endif %} {% endif %} {% endblock %}