{% extends "gracedb/event_detail.html" %} {% load timeutil %} {% block basic_info %}
UID | Labels | Group | Pipeline | Search | Instruments |
Event Time
|
Links |
Submitted
|
---|---|---|---|---|---|---|---|---|
{{ object.graceid }} | {% for labelling in object.labelling_set.all %} {{ labelling.label.name }} {% endfor %} | {{ object.group.name }} | {{ object.pipeline.name }} | {{ object.search.name }} | {{ object.instruments }} | {% if object.gpstime%} {{ object.gpstime|multiTime:"gps" }} {% endif %} | Data | {{ object.created|multiTime:"created" }} |
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}} | |
Location | Coord System | {{object.coord_system}} |
RA | {{object.ra}} | |
Dec | {{object.dec}} | |
Err | {{object.error_radius}} |