{% extends "base_bootstrap.html" %} {% block title %}{% if listHeader %}{{listHeader}}{% else %}Followup List{% endif %}{% endblock %} {% block lightcurvedataglobal %} {% endblock %} {% block recurrencedataglobal %} {% endblock %} {% block recurrenceplotdata %} {% endblock %} {% block lightcurvedata %} {% for row in subdata %} {% endfor %} {% endblock %} {% block content %}
{% if listHeader %}

{{ listHeader }}

{% else %}

Object List

{% endif %}

({{subdata.paginator.count}})

{% if processingStatus != 1 %} {% if classifyform and subdata.paginator.count %}
{% endif %} {% endif %}
{% if subdata.paginator.count %}
{% if processingStatus != 1 %} {% if classifyform and subdata.paginator.count %}
{% csrf_token %} {% endif %} {% endif %} {% for row in subdata %}
{% if row.atlas_designation %}{{ row.atlas_designation }}{% else %}{{ row.id }}{% endif %}{% if row.other_designation %} ({{ row.other_designation }}){% endif %} {% if row.xmseparation %}({{ row.xmseparation|floatformat:2 }}"){% endif %}
Coords:
{{ row.ra_sex }} {{ row.dec_sex }}
{% if row.ra_avg %}
({{ row.ra_avg|floatformat:"5" }} {{ row.dec_avg|floatformat:"5" }})
{% else %}
({{ row.ra|floatformat:"5" }} {{ row.dec|floatformat:"5" }})
{% endif %} {% if row.galactic %}
Galactic Coords
{% if row.galactic.1 > -15 and row.galactic.1 < 15 %} ({{ row.galactic.0|floatformat:"5" }},{{ row.galactic.1|floatformat:"5" }}) {% else %} ({{ row.galactic.0|floatformat:"5" }},{{ row.galactic.1|floatformat:"5" }}) {% endif %}
{% endif %} {% if row.followup_flag_date %}
Flag Date:
{{ row.followup_flag_date }}
{% endif %} {% if row.sherlockClassification %}
Context
{{ row.sherlockClassification }}
{% endif %} {% if row.observation_status %}
Spectral Type
{{ row.observation_status }}
{% endif %} {% if row.realbogus_factor or row.rb_pix %}
Realbogus Factors
{{ row.realbogus_factor|floatformat:"2" }} (DEW) {{ row.rb_pix|floatformat:"2" }} (TF)
{% endif %} {% if row.latest_mjd and row.earliest_mjd %}
Earliest and Latest MJDs
{{ row.earliest_mjd|floatformat:"3" }} {{ row.latest_mjd|floatformat:"3" }}
{% endif %} {% if row.external_crossmatches %}
Aliases
{{ row.external_crossmatches }}
{% endif %} {% if row.gw %}
GW Events
{% for event in row.gw %}
{{ event.gravity_event_id }}{% if event.map_iteration.mjd_obs %} qub map (MJD = {{ event.map_iteration.mjd_obs|floatformat:"5" }}).{% endif %}{% if event.days_since_event %} Time since GW trigger {{ event.days_since_event|floatformat:"2" }} days.{% endif %} {% if event.enclosing_contour %} Within {{ event.enclosing_contour|default_if_none:"" }}% contour{% endif %}{% if event.probability %} ({{ event.probability }}%).{% endif %}{% if event.map_iteration.alert_time %}{% if event.map_iteration.distmean %} Position specific distance {{ event.map_iteration.distmean|floatformat:"0" }} (+/- {{ event.map_iteration.diststd|floatformat:"0" }}) Mpc. {% endif %}{% if event.map_iteration.class_bbh %}BBH ({{ event.map_iteration.class_bbh_pc|floatformat:"0" }}%) {% endif %}{% if event.map_iteration.class_bns %}BNS ({{ event.map_iteration.class_bns_pc|floatformat:"0" }}%) {% endif %}{% if event.map_iteration.class_nsbh %}NSBH ({{ event.map_iteration.class_nsbh_pc|floatformat:"0" }}%) {% endif %}{% if event.map_iteration.class_terrestrial %}Terr ({{ event.map_iteration.class_terrestrial_pc|floatformat:"0" }}%) {% endif %}Alert time: {{ event.map_iteration.alert_time }}.{% endif %}{% if event.map_iteration.alert_type %} Alert type: {{ event.map_iteration.alert_type }}.{% endif %}
{% endfor %} {% endif %}
{% if row.lc %}
{% endif %} {% if row.sxm and row.sxm.0.catalogue_table_name %}
Catalogue:
{{ row.sxm.0.catalogue_table_name }}
{% endif %} {% if row.sxm and row.sxm.0.catalogue_object_id %}
Host:
{{ row.sxm.0.catalogue_object_id }}
{% endif %} {% if row.sxm and row.sxm.0.z %}
z (spec):
{{ row.sxm.0.z|floatformat:"2" }}
{% endif %} {% if row.sxm and row.sxm.0.distance and row.sxm.0.z %}
Distance:
{{ row.sxm.0.distance|floatformat:"1" }} Mpc
{% endif %} {% if row.sxm and row.sxm.0.distance_modulus and row.sxm.0.z %}
Distance Modulus:
{{ row.sxm.0.distance_modulus|floatformat:"2" }}
{% endif %} {% if row.sxm and row.sxm.0.physical_separation_kpc and row.sxm.0.z %}
Physical Offset:
{{ row.sxm.0.physical_separation_kpc|floatformat:"2" }} Kpc
{% endif %}
{% if row.recurrenceData %}
{% endif %}
{% if row.images_id %}
triplet
triplet
triplet
{% endif %} {% if processingStatus != 1 %} {% if row.detection_list_id %} {% if classifyform and subdata.paginator.count %}
{% if row.detection_list_id.id == 1 or row.detection_list_id == 1 %} {% elif row.detection_list_id.id == 2 or row.detection_list_id == 2 %} {% elif row.detection_list_id.id == 3 or row.detection_list_id == 3 %} {% elif row.detection_list_id.id == 4 or row.detection_list_id == 4 %} {% elif row.detection_list_id.id == 5 or row.detection_list_id == 5 %} {% elif row.detection_list_id.id == 8 or row.detection_list_id == 8 %} {% elif row.detection_list_id.id >= 9 or row.detection_list_id >= 9 %} {% elif row.detection_list_id.id == 0 or row.detection_list_id == 0 %} {% endif %}
{% endif %} {% endif %} {% endif %} {% if row.sc.0.annotation %}
{{ row.sc.0.annotation|default_if_none:""|safe }}
{% endif %} {% if row.comments %}
Comments:
{% for comment in row.comments %}
{{ comment.date_inserted|date:"Y-m-d H:i:s" }}[{{ comment.date_inserted_mjd|floatformat:"5" }}]{% if comment.username %} ({{ comment.username }}){% endif %}: {{ comment.comment }}
{% endfor %} {% endif %}
{% endfor %} {% if processingStatus != 1 %} {% if classifyform and subdata.paginator.count %}
{% endif %} {% endif %}
{% endif %} {% endblock %}