{% extends "base.html" %} {% block title %}Lightcurve Data{% endblock %} {% block content %}
  Candidate: {{ transient.id }}
{% if transient.followup_id %}
  Rank: {{ transient.followup_id }}
{% endif %}
{% if transient.followup_flag_date %}
  Flag Date: {{ transient.followup_flag_date }}
{% endif %}
{% if transient.local_designation %}   QUB Designation: {{ transient.local_designation }} {% endif %} {% if transient.ps1_designation %}   PS1 Designation: {{ transient.ps1_designation }} {% endif %}   Classification: {{ transient.object_classification.description }}   Occurrences: {{ table.rows.count|add:"1" }}   Survey: {{ transient.tcs_cmf_metadata_id.filename|slice:"4" }}   RA: {{ transient.ra_sex }}   DEC: {{ transient.dec_sex }}   List: {{ transient.detection_list_id.name }} {% if transient.local_designation %}  CfA Match: check here {% endif %} {% if transient.local_comments %}   Comments: {{ transient.local_comments }} {% endif %} {% if transient.observation_status %}   Spectral Type: {{ transient.observation_status }} {% endif %} |
---|
Lightcurve | ||||
![]() |
Catalogue | ID | Separation | z | Distance (Mpc) | (m-M) | Distance Scale (Kpc/arcsec) | {% for row in crossmatches %}
{{ row.catalogue_table_id.description }} | {{ row.catalogue_object_id }} | {{ row.separation|floatformat:2 }}" | {{ row.z|floatformat:3 }} | {{ row.distance|floatformat:2 }} | {{ row.distance_modulus|floatformat:3 }} | {{ row.scale|floatformat:2 }} |
Please correct the error{{ form.errors|pluralize }} below.
{% endif %} {% endif %}