{% extends "base.html" %} {% block title %}Candidate {{transient.id}}{% endblock %} {% block lightcurvedataglobal %} {% endblock %} {% block lightcurvedata %} {% endblock %} {% block lightcurvedataforced %} {% if lcdataforced.0 %} {% endif %} {% endblock %} {% block lightcurvedataforcedflux %} {% if lcdataforcedflux.0 %} {% endif %} {% endblock %} {% block colourplotdataglobal %} {% endblock %} {% block colourplotdata %} {% if colourdata.0.0 or colourdata.0.1 or colourdata.0.2 %} {% endif %} {% endblock %} {% block recurrenceplotdata %} {% endblock %} {% block colourplotdataforced %} {% if colourdataforced.0.0 or colourdataforced.0.1 or colourdataforced.0.2 %} {% endif %} {% 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.decode_flag_bits }}   Occurrences: {{ table.rows.count|add:"1" }}   Survey: {{ transient.tcs_cmf_metadata_id.filename|slice:"4" }}
  Coordinates: {{ avg_coords.ra_sex }} {{ 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(s): {% for row in cfaMatch %} {{ row.xmid|default_if_none:"" }}{% endfor %} {% endif %} {% if transient.local_comments %}
  Comments: {{ transient.local_comments }} {% endif %} {% if transient.observation_status %}
  Spectral Type: {{ transient.observation_status }} {% endif %}


{% if lcdataforced.0 %}


{% endif %} {% if lcdataforcedflux.0 %}


{% endif %} {% if colourdata.0.0 or colourdata.0.1 or colourdata.0.2 %}


{% endif %} {% if colourdataforced.0.0 or colourdataforced.0.1 or colourdataforced.0.2 %}


{% endif %} {% if lcdataforced.0 %} {% endif %} {% if lcdataforcedflux.0 %} {% endif %} {% if colourdata.0.0 or colourdata.0.1 or colourdata.0.2 %} {% endif %} {% if colourdataforced.0.0 or colourdataforced.0.1 or colourdataforced.0.2 %} {% endif %}
  Current MJD :
{% if conesearchold %}

OLD Database PS1 Objects in the Vicinity

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


{% endif %}
Lightcurve Data here
Colour 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 %}
{% ifnotequal transient.object_classification.flag_id 1 %} {% 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 %}
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 %}

{% endifnotequal %} External Information

SDSS DR9

SDSS DR7



WIKISKY
SDSS DR9 Navigate
SDSS DR9 Nearest Object
SDSS DR7 Navigate
SDSS DR7 Nearest Object
SDSS DR7 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 %}
{{ form.as_table }}

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