{% extends "gracedb/event_detail.html" %} {% load timeutil %} {% load scientific %} {% block basic_info %}
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 }} |
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}} |
Update GRB Event |
---|