{% extends "base.html" %} {% block title %}Candidate {{transient.id}}{% 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: {{ avg_coords.ra_sex }}   DEC: {{ avg_coords.dec_sex }}   List: {{ transient.detection_list_id.name }} {% if transient.tcs_cmf_metadata_id.filename|slice:"4" == "FGSS" %}   Object Crossmatch: check here {% endif %} {% if cfaMatch %}   CfA ID: {{ cfaMatch.cfa_designation|default_if_none:"" }} {% endif %} {% if transient.local_comments %}   Comments: {{ transient.local_comments }} {% endif %} {% if transient.observation_status %}   Spectral Type: {{ transient.observation_status }} {% endif %} | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Other PS1 Objects in the Vicinity
|
{% if column.sortable %} {{ column }} {% if column.is_ordered_reverse %} {% else %} {% endif %} {% else %} {{ column }} {% endif %} | {% endfor %}|||||||||
---|---|---|---|---|---|---|---|---|---|
{{ row.data.imageid }} | {{ row.data.mjd_obs|floatformat:3 }} | {{ row.data.ra_sex }} | {{ row.data.dec_sex }} | {{ row.data.psf_inst_mag|floatformat:3 }} | {{ row.data.ap_mag|floatformat:3 }} | {{ row.data.cal_psf_mag|floatformat:3}} | {{ row.data.filter }} | {{ row.data.cmf_file }} | {{ row.data.image }} |
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 }} |
{% if images %} |
|
Object is a member of: |
---|
{{ row.object_group_id.description }} |