{% extends "base.html" %} {% block title %}Candidate {{transient.id}}{% endblock %} {% block content %}
home | good | possible | confirmed | attic | 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: {{ 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 %}

⇐ ⇑ ⇓ click to zoom
  Current MJD :
{% if conesearchresults %}

Other PS1 Objects in the Vicinity

{% for row in conesearchresults %} {% endfor %}
PS1 Object ID Separation
{{ row.xmid }} {{ row.separation|floatformat:2 }}"


{% endif %}
Lightcurve Data here


Lightcurve replotting options: here


{% ifnotequal table.rows.count 0 %}
{% for column in table.columns %} {% endfor %} {% for row in table.rows %} {% endfor %}
{% if column.sortable %} {{ column }} {% if column.is_ordered_reverse %} {% else %} {% endif %} {% else %} {{ column }} {% endif %}
{{ 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 }}
{% endifnotequal %}
{% 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 images %} {% for image in images %} {% ifchanged image.image_group_id %} {% endifchanged %} {% endfor %}
{{ image.image_type }} {% if image.filter %} ({{ image.filter }}) {% endif %}
mjd: {{ image.stamp_mjd|floatformat:5 }}
{{ image.pss_filename }}
{% endif %}
{% if transient.object_classification.flag_id > 1 or transient.tcs_cmf_metadata_id.filename|slice:"4" == "FGSS" %} {% if not crossmatches.0.z %} Possible Associations
{% if transient.tcs_cmf_metadata_id.filename|slice:"4" == "FGSS" %} {% for row in crossmatches %} {% endfor %} {% else %} {% for row in crossmatches %} {% endfor %} {% endif %} {% endif %}
SDSS ID Separation Assoc Type Obj Type g r i z
{{ row.catalogue_object_id }} {{ row.separation|floatformat:2 }}" {{ row.association_type }} {{ row.type }} {{ row.g_|floatformat:2 }} {{ row.r_|floatformat:2 }} {{ row.i_|floatformat:2 }} {{ row.z_|floatformat:2 }}
Catalogue ID Separation
{{ row.catalogue_table_id.description }} {{ row.catalogue_object_id }} {{ row.separation|floatformat:2 }}"


{% endif %} External Information




WIKISKY
SDSS Navigate
SDSS Nearest Object
SDSS Stripe 82
NED : 10 arcsec radius
LEDA : 10 arcsec radius
SIMBAD : 10 arcsec radius
Galactic Extinction


{% if userList %}
{% for row in userList %} {% endfor %}
Object is a member of:
{{ row.object_group_id.description }}



{% endif %}
{% if transient.detection_list_id.id >= 0 %} {% if form %} {% if form.errors %}

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

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

{% endif %} {% endif %}
{% endblock %}