{% if transient.ps1_designation %}
{{ transient.ps1_designation }}
{% else %}
{% if transient.local_designation %}
{{ transient.local_designation }}
{% else %}
{{ transient.id }}
{% endif %}
{% endif %}
{{ avg_coords.ra_sex }} {{ avg_coords.dec_sex }}
({{ avg_coords.ra|floatformat:"5" }} {% if avg_coords.dec >= 0.0 %}+{% endif %}{{ avg_coords.dec|floatformat:"5" }})
{% if externalXMs %}
See also:
{% for row in externalXMs %}
{% ifchanged row.external_designation %}
{% if row.url %}
{{ row.external_designation }}
{% else %}
{{ row.external_designation }}
{% endif %}
{% endifchanged %}
{% endfor %}
{% 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 %}
{% if not public %}
{% if conesearchold %}
Partner Database PS1 Objects in the Vicinity
PS1 Object ID |
Separation |
{% for row in conesearchold %}
{{ row.xmid }} |
{{ row.separation|floatformat:2 }}" |
{% endfor %}
{% endif %}
Lightcurve Data here{% if lcdataforced.0 %} (
forced){% endif %}
{% if colourdata.0.0 or colourdata.0.1 or colourdata.0.2 %}
Colour Data here
{% endif %}
{% if table.rows.count != 0 %}
{% for column in table.columns %}
{% if column.sortable %}
{{ column }}
{% if column.is_ordered_reverse %}
{% else %}
{% endif %}
{% else %}
{{ column }}
{% endif %}
|
{% endfor %}
{% for row in table.rows %}
{{ 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 }} |
{% endfor %}
{% endif %}
{% endif %}
{% if crossmatches.0.z %}
Possible Associations
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 }} |
{% endfor %}
{% endif %}
{% endblock %}