{% load heasarc_templates %} {% load srgcat_templates %} {% load i18n %} {% block title %}SRG ArXiv{% endblock %} {% block javascripts %}{% endblock %}
{% block header %}{% endblock %}
{% block precontent %}

ART-XC sources detected on the accumulated sky map

Information

{% if catalog %}

Catalog

{{ catalog }}{% endif %} {% if dump %}

Dump

{{ dump }}
Date {{ dump.date|date:"d M Y H:i" }} {% endif %} {% if survey %}

Survey

{{ survey }}{% endif %}

{% if ntotal %}

Statistics

Total {{ ntotal }} items

{% endif %}

Catalogs cross-match

Filter: All | Heasarc | Simbad | Gaia

Selections [edit] []

{% if selections %} {% for selection in selections %} {% if selection.public %} {% else %} {% endif %} [{{ selection.slug }}] {{ selection }} ({{ selection.skymap_sources.count }})
{% endfor %} {% endif %}

{% if selection %}

Selection: [{{ selection.slug }}]

{% endif %}

Session parameters [edit]

Sign. threshold = {{ request.user.session.sign_threshold }}
{% if request.user.session.target_ra and request.user.session.target_dec %}
 Target {{ request.user.session.target_ra }}RA {{ request.user.session.target_dec }}Dec
{% endif %}

{% if skymap_sources and user.is_authenticated %} {% if dump %}
{{ dump.get_catalog_absolute_path }}
{% endif %} {% for src in skymap_sources %} {% endfor %}
Name Match Type? (abridged<3) RA Dec Cnts Expo Flux Sign. SkyMap Selection
{{ src.name }} | {{ src.heasarc.all.count }}

{% for simsrc in src.simbad.all|slice:":3" %} {% if simsrc.obj_class %}{{ simsrc.obj_class }} {% if simsrc.is_redshift_real %}{% if simsrc.z > 0 %}z={{ simsrc.z }} {% endif %}{% endif %}|{% endif %} {% endfor %} {% with count=src.simbad.all.count %} {% if count > 3 %}(+{{ count|add:"-3" }}){% endif %} {% endwith %} {% if src.simbad_notfound %} {% endif %} {% if src.simbad_failed %} Aborted {% endif %}

{{ src.ra|floatformat:5 }} {{ src.dec|floatformat:5 }} {{ src.cnts|floatformat:1 }} {{ src.exptime|floatformat:0 }} {{ src.flux|stringformat:"1.2e" }} {{ src.sig|floatformat:2 }} {{ src.skymap }} {% if selection %} {{ selection.slug }} {% else %} {% for selection in selections %} {% is_skymapsource_in_selection selection src as selected %} {% if selected %} {{ selection.slug }} {% else %} {{ selection.slug }} {% endif %} {% endfor %} {% endif %}
Heasarc (R<40'') Simbad (R<40'') J2000 J2000 cts s erg/s/cm2

{% endif %} {% endblock %}
{% if erosurveys and user.is_authenticated and user|has_group:"srg-erosita-survey" %}

SRG/eRosita surveys:

{% endif %} {% if erotrans and user.is_authenticated and user|has_group:"srg-erosita-transients" %}

SRG/eRosita daily source lists ({{ ntotal }}):

{% for cat in erotrans %} {% endfor %}
Start Stop ObsID N/rows N/matched N/Transients Created
{{ cat.start|date:"d M Y" }} {{ cat.stop|date:"d M Y" }} {{ cat.obsid }} {{ cat.nrows }} {{ cat.nmatched }} {{ cat.ntransients }} {{ cat.created|date:"d.m.y H:i" }}
{% endif %} {% if ztf_ntotal and user.is_authenticated %}

ZTF Alerts ({{ ztf_ntotal }}):

EarlyClassifier: AGN {% if agn_count %}({{ agn_count }}){% endif %} | SN Candidate {% if sn_count %}({{ sn_count }}){% endif %} | Variable Star {% if vs_count %}({{ vs_count }}){% endif %} | Asteroid {% if asteroid_count %}({{ asteroid_count }}){% endif %} | Bogus {% if bogus_count %}({{ bogus_count }}){% endif %}

{% for ztf in ztf_alerts %} {% endfor %}
Alert First Last RA/Dec Class g r Survey Loaded
{{ ztf.oid }} {{ ztf.firstdate|date:"d.m.y H:i" }} {{ ztf.lastdate|date:"d.m.y H:i" }} {{ ztf.ra|floatformat:3 }}, {{ ztf.dec|floatformat:3 }} {{ ztf.get_early_class }} ({{ ztf.pclassearly|floatformat:2 }}) {% if ztf.classrf %} {{ ztf.classrf }} {% endif %} {{ ztf.mean_magpsf_g|floatformat:1 }} {{ ztf.mean_magpsf_r|floatformat:1 }} {% if ztf.survey %} {% for survey in ztf.survey.all %} {{ survey.experiment }} {{ survey.start|date:"d.m.y H:i" }} - {{ survey.stop|date:"d.m.y H:i" }}
{% endfor %} {% endif %}
{{ ztf.created|date:"d.m.y H:i" }}
MSK MSK J2000 (Prob) mag mag MSKMSK
{% endif %} {% if artcats and user.is_authenticated and user|has_group:"srg-artxc-survey" %} {% endif %} {% block heasarcbase %} {% if heasarc %}

{{ heasarc.description }}

Name RA Dec Lon Lat Healpix
{{ heasarc.name }} {{ heasarc.ra|floatformat:3 }} {{ heasarc.dec|floatformat:2 }} {{ heasarc.lii|floatformat:3 }} {{ heasarc.bii|floatformat:2 }} {{ heasarc.healpix }}
{% endif %} {% endblock %} {% block backref %} {% if erotrans_set %}

Back reference to eRosita daily source lists (EroTrans)

{% endif %} {% if erosurvey_set %}

Back reference to eRosita surveys (EroSurvey)

{% endif %} {% if artcat_set %}

Back reference to ART-XC catalogs (ArtCat)

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