{% load artsurvey_templates %} {% load heasarc_templates %} {% load srgcat_templates %} {% load i18n %} {% load static %} {% block title %}SRG ArXiv{% endblock %} {% block header %}
{% if src %}

{{ src.name }} RA={{ src.ra|floatformat:4 }} Dec={{ src.dec|floatformat:4 }} {% if src.radec_error %}({{ src.radec_error|floatformat:4 }}''){% endif %}{% if src.error_radius %}({{ src.error_radius|floatformat:4 }}''){% endif %}

Search in VizieR 5'' | ZTF ALERCE 5''

Show details

{% else %} N/A {% endif %} {% if artsurveysources_listed %}


Associated ART-XC sources ({{ artsurveysources_listed.count }})

{% endif %}
{% endblock %}
{% block content %}{% endblock %}
{% block counterparts %}

Make new optical counterpart

{% for usersrc in usercat %} {% endfor %}
Name Notes RA Dec Offset ('') Optical Bands
{{ usersrc.name }} {% if usersrc.notes %}{% endif %} {{ usersrc.ra|floatformat:4}} {{ usersrc.dec|floatformat:4}} {{ usersrc.separation|floatformat:4}} [+] {% for magn in usersrc.magnitudes.all %} {{ magn.band }} {{ magn.magn }} ± {{ magn.error}} [del], {% endfor %} Edit Delete
{% if src.gaia3_primary %}
Gaia primary: {{ src.gaia3_primary }} VizieR{% endif %} {% if gaia_plx %}

Gaia "star / parallax" counterparts ({{ gaia_plx.count }})

Gaia DR3 "star" parallax ({{ gaia_plx.count }}) {% if not gaia_plx %}| sort by {% endif %}

abs(parallax) > 4*parallax_error

{% for gaiasrc in gaia_plx %} {% endfor %}
Name RA Dec Offset ('') Parallax Parallax error pmra pmra_error pmdec pmdec_error Mag {% if src.gaia3_primary %}Clean{% endif %}
{{ gaiasrc.name }} VizieR {{ gaiasrc.ra|floatformat:4}} {{ gaiasrc.dec|floatformat:4}} {{ gaiasrc.separation|floatformat:2 }} {{ gaiasrc.parallax|floatformat:3 }} {{ gaiasrc.parallax_error|floatformat:3 }} {{ gaiasrc.pmra|floatformat:3 }} {{ gaiasrc.pmra_error|floatformat:3 }} {{ gaiasrc.pmdec|floatformat:3 }} {{ gaiasrc.pmdec_error|floatformat:3 }} {{ gaiasrc.phot_g_mean_mag|stringformat:".1f" }} {% if src.gaia3_primary.pk == gaiasrc.pk %} Attached {% else %} Primary {% endif %}
{% endif %} {% if gaia_pm %}

Gaia "star / proper motion" counterparts ({{ gaia_pm.count }})

Gaia DR3 "star" proper motion ({{ gaia_pm.count }}) {% if not gaia_pm %}| sort by {% endif %}

abs(pmra) > 4*pmra_error OR abs(pmdec) > 4*pmdec_error

{% for gaiasrc in gaia_pm %} {% endfor %}
Name RA Dec Offset ('') Parallax Parallax error pmra pmra_error pmdec pmdec_error Mag {% if src.gaia3_primary %}Clean{% endif %}
{{ gaiasrc.name }} {{ gaiasrc.ra|floatformat:4}} {{ gaiasrc.dec|floatformat:4}} {{ gaiasrc.separation|floatformat:2 }} {{ gaiasrc.parallax|floatformat:3 }} {{ gaiasrc.parallax_error|floatformat:3 }} {{ gaiasrc.pmra|floatformat:3 }} {{ gaiasrc.pmra_error|floatformat:3 }} {{ gaiasrc.pmdec|floatformat:3 }} {{ gaiasrc.pmdec_error|floatformat:3 }} {{ gaiasrc.phot_g_mean_mag|stringformat:".1f" }} {% if src.gaia3_primary.pk == gaiasrc.pk %} Attached {% else %} Primary {% endif %}
{% endif %} {% if gaia_ex %}

Gaia "other" counterparts ({{ gaia_ex.count }})

Gaia DR3 "other" exclude paralax and proper motion {% if not gaia_ex.count %} | sort by {% endif %}

exclude { abs(pmra) > 4*pmra_error OR abs(pmdec) > 4*pmdec_error OR abs(pmra) > 4*pmra_error OR abs(pmdec) > 4*pmdec_error OR abs(parallax) > 4*parallax_error }

{% for gaiasrc in gaia_ex %} {% endfor %}
Name RA Dec Offset ('') Parallax Parallax error pmra pmra_error pmdec pmdec_error Mag {% if src.gaia3_primary %}Clean{% endif %}
{{ gaiasrc.name }} {{ gaiasrc.ra|floatformat:4}} {{ gaiasrc.dec|floatformat:4}} {{ gaiasrc.separation|floatformat:2 }} {% if gaiasrc.parallax < 100 %}{{ gaiasrc.parallax|floatformat:3 }}{% else %}N/A{% endif %} {% if gaiasrc.parallax_error < 100 %}{{ gaiasrc.parallax_error|floatformat:3 }}{% else %}N/A{% endif %} {% if gaiasrc.pmra < 100 %}{{ gaiasrc.pmra|floatformat:3 }}{% else %}N/A{% endif %} {% if gaiasrc.pmra_error < 100 %}{{ gaiasrc.pmra_error|floatformat:3 }}{% else %}N/A{% endif %} {% if gaiasrc.pmdec < 100 %}{{ gaiasrc.pmdec|floatformat:3 }}{% else %}N/A{% endif %} {% if gaiasrc.pmdec_error < 100 %}{{ gaiasrc.pmdec_error|floatformat:3 }}{% else %}N/A{% endif %} {% if gaiasrc.phot_g_mean_mag < 100 %}{{ gaiasrc.phot_g_mean_mag|stringformat:".1f" }}{% else %}N/A{% endif %} {% if src.gaia3_primary.pk == gaiasrc.pk %} Attached {% else %} Primary {% endif %}
{% endif %} {% if src.glimpse_primary %}
GLIMPSE primary: {{ src.glimpse_primary }}{% endif %} {% if glimpse %}

GLIMPSE counterparts ({{ glimpse.count }})

{% if not glimpse.count %}

sort by

{% endif %} {% for obj in glimpse %} {% endfor %}
Name RA Dec Error ('') Offset ('') J H K Band 1 Band 2 Band 3 Band 4 dup qual {% if src.glimpse_primary %}Clean{% endif %}
{{ obj.name }} {{ obj.ra|floatformat:4 }} {{ obj.dec|floatformat:4 }} {{ obj.error_radius|floatformat:2 }} {{ obj.separation|floatformat:2 }} {{ obj.jmag|safe }} {{ obj.hmag|safe }} {{ obj.kmag|safe }} {{ obj.b1mag|safe }} ± {{ obj.e_b1mag|safe }} {{ obj.b2mag|safe }} ± {{ obj.e_b2mag|safe }} {{ obj.b3mag|safe }} ± {{ obj.e_b3mag|safe }} {{ obj.b4mag|safe }} ± {{ obj.e_b4mag|safe }} {{ obj.dupflag|safe }} {{ obj.qualflag|safe }} {% if src.glimpse_primary.pk == obj.pk %} Attached {% else %} Primary {% endif %}
{% endif %} {% if src.twomass_primary %}
2MASS primary: {{ src.twomass_primary }}{% endif %} {% if twomass %}

2MASS counterparts ({{ twomass.count }})

{% if not twomass.count %}

sort by

{% endif %} {% for obj in twomass %} {% endfor %}
Name RA Dec Error ('') Offset ('') Jmag Hmag Kmag qkfg rkfg bkfg ckfg prox xflg aflg {% if src.twomass_primary %}Clean{% endif %}
{{ obj.name }} {{ obj.ra|floatformat:4 }} {{ obj.dec|floatformat:4 }} {{ obj.error_radius|floatformat:2 }} {{ obj.separation|floatformat:2 }} {{ obj.jmag|safe }} ± {{ obj.e_jmag|safe }} {{ obj.hmag|safe }} ± {{ obj.e_hmag|safe }} {{ obj.kmag|safe }} ± {{ obj.e_kmag|safe }} {{ obj.qkfg|safe }} {{ obj.rkfg|safe }} {{ obj.bkfg|safe }} {{ obj.ckfg|safe }} {{ obj.prox|safe }} {{ obj.xflg|safe }} {{ obj.aflg|safe }} {% if src.twomass_primary.pk == obj.pk %} Attached {% else %} Primary {% endif %}
{% endif %} {% if src.allwise_primary %}
AllWise primary: {{ src.allwise_primary }}{% endif %} {% if allwise %}

AllWise counterparts ({{ allwise.count }})

{% if not allwise.count %}

sort by

{% endif %} {% for obj in allwise %} {% endfor %}
Name RA Dec Error ('') Offset ('') w1mag w2mag w1-w2 {% if src.allwise_primary %}Clean{% endif %}
{{ obj.name }} NEOWISE csv {{ obj.ra|floatformat:4 }} {{ obj.dec|floatformat:4 }} {{ obj.error_radius|floatformat:2 }} {{ obj.separation|floatformat:2 }} {% if obj.W1mag %} {{ obj.W1mag|floatformat:2 }} ± {{ obj.e_W1mag|floatformat:2 }} {% endif %} {% if obj.W2mag %} {{ obj.W2mag|floatformat:2 }} ± {{ obj.e_W2mag|floatformat:2 }} {% endif %} {{ obj.w1w2|floatformat:2 }} ± {{ obj.w1w2_error|floatformat:2 }} {% if src.allwise_primary.pk == obj.pk %} Attached {% else %} Primary {% endif %}
{% endif %} {% if src.vlass_primary %}
VLASS primary: {{ src.vlass_primary }}{% endif %} {% if vlass %}

VLASS counterparts ({{ vlass.count }})

{% if not vlass.count %}

sort by

{% endif %} {% for obj in vlass %} {% endfor %}
Name RA Dec Offset ('') Ftot Fpeak Dupl. [help] Qual. [help] {% if src.vlass_primary %}Clean{% endif %}
{{ obj.name }} {{ obj.ra|floatformat:4 }}° (± {{ obj.e_ra|safe }}'') {{ obj.dec|floatformat:4 }}° (± {{ obj.e_dec|safe }}'') {{ obj.separation|floatformat:2 }} {{ obj.ftot|safe }} ± {{ obj.e_ftot|safe }} {{ obj.fpeak|safe }} ± {{ obj.e_fpeak|safe }} {{ obj.dupflag|safe }} {{ obj.qualflag|safe }} {% if src.vlass_primary.pk == obj.pk %} Attached {% else %} Primary {% endif %}
{% endif %} {% endblock %}