{% extends "base.html" %} {% load timeutil %} {% load scientific %} {% load sanitize_html %} {% load logtags %} {% block title %}View {{ object.graceid }}{% endblock %} {% block heading %}{% endblock %} {% block bodyattrs %}class="tundra eventDetail"{% endblock %} {% block jscript %} {# XXX http/https depending on this pages' protocol #} {% endblock %} {% block content %}
{{ message }}
UID | Labels | Group | Type | Instruments | {{ "gps"|timeselect:"gps" }} Event Time | FAR (Hz) | Links | {{"created"|timeselect:"utc" }} Submitted |
---|---|---|---|---|---|---|---|---|
{{ object.graceid }} | {% for labelling in object.labelling_set.all %} {{ labelling.label.name }} {% endfor %} | {{ object.group.name }} | {{ object.get_analysisType_display }} | {{ object.instruments }} | {% if object.gpstime%} {{ object.gpstime|multiTime:"gps" }} {% endif %} | {{ object.far|scientific }} | Data | {{ object.created|multiTime:"created" }} |
{% include "gracedb/neighbors_frag.html" %}
Date | Submitter | Facility | Footprint ID | Waveband | RA | DEC | RAwidth | Decwidth | GPS Time | Duration | EEL Type | Obs status | Comment | JSON Data |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ eel.created }} | {{ eel.submitter }} | {{ eel.facility }} | {{ eel.footprintID }} | {{ eel.waveband }} | {{ eel.ra }} | {{ eel.dec }} | {{ eel.raWidth }} | {{ eel.decWidth }} | {{ eel.gpstime }} | {{ eel.duration }} | {{ eel.eel_status }} | {{ eel.obs_status }} | {{ eel.comment }} | {{ eel.extra_info_dict }} |