{% extends "base.html" %} {% block title %}Lightcurve Data{% endblock %} {% block content %}
home | confirmed | good | possible | attic | eyeball | eyeball-fast-track | custom

  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 %}




Click on the Candidate ID above to return to the main object page




Lightcurve



{% if crossmatches.0.z %}
Possible Associations
{% for row in crossmatches %} {% endfor %}
Catalogue ID Separation z Distance (Mpc) (m-M) Distance Scale (Kpc/arcsec)
{{ 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 }}


{% endif %} {% if form %} {% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}
{% csrf_token %} {{ form.as_table }}

{% endif %}
{% endblock %}