{% extends "base.html" %} {% load heasarc_templates %} {% load simbadescape %} {% block header %} Daily source lists All transients bright transients with counterparts X-ray sources faded in erosita Bright sources not detected in Rosat ZTF alerts {% endblock %} {% block precontent %}{% endblock %} {% block content %} {% if cat %}

Source list {{ cat.obsid }} ({{ cat.nrows }} rows)

Dates: {{ cat.start|date:"d M Y H:i" }} - {{ cat.stop|date:"d M Y H:i" }}, MJD: {{ cat.mjd_start|floatformat:4 }} - {{ cat.mjd_stop|floatformat:4 }}, eRoDays: {{ cat.eroday_start }} - {{ cat.eroday_stop }}, Created {{ cat.created|date:"d.m.y H:i" }}

Matched only ({{ match_count }}) | Not matched ({{ nomatch_count }}) | Transients ({{ trans_count }}) {% if gaia_match_count %}| Gaia ({{ gaia_match_count }}){% endif %}

{% if srcs %} {% for src in srcs %} {% endfor %}
Source name N/Match RA Dec DET_LIKE_0 ML_FLUX_0 Rate Flux
{{ src.name }} {% if src.rosat_transient %}(ROSAT){% endif %} {{ src.heasarc.all.count }} {{ src.ra|floatformat:3 }} {{ src.dec|floatformat:2 }} {{ src.DET_LIKE_0|floatformat:2 }} {{ src.ML_FLUX_0|floatformat:2 }} {{ src.rate|floatformat:4 }} {{ src.flux|stringformat:"1.2e" }}
{% endif %} {% endif %} {% if src %}

{{ src.name }} ({{ src.heasarc.all.count }} matches) from {{ src.catalog.obsid }}

RA & DEC: {{ src.ra|floatformat:4 }} {{ src.dec|floatformat:4 }}
L & B: {{ src.lii|floatformat:4 }} {{ src.bii|floatformat:4 }}
Ext, Ext Like: {{src.EXT|floatformat:-2}};{{src.EXT_LIKE|floatformat:-2}}
Dates: {{ src.catalog.start|date:"d M Y H:i" }} - {{ src.catalog.stop|date:"d M Y H:i" }}, MJD: {{ src.catalog.mjd_start|floatformat:4 }} - {{ src.catalog.mjd_stop|floatformat:4 }}, eRoDays: {{ src.catalog.eroday_start }} - {{ src.catalog.eroday_stop }}, Created {{ src.created|date:"d.m.y H:i" }}, Modified {{ src.created|date:"d.m.y H:i" }}
simbad ref
NED ref

DET_LIKE_0: {{ src.DET_LIKE_0|floatformat:2 }}, ML_FLUX_0: {{ src.ML_FLUX_0|floatformat:2 }}, flux: {{ src.flux|stringformat:"1.2e" }} erg/sec/cm^2

{% if heasarcs %}

XMMSSC (3XMM DR8 Version) CSC (Chandra Source Catalog, v2.0) RASS2RXS, AllWISEAGN

{% for hsrc in heasarcs %} {% if hsrc.description != 'HeasarcXrayMaster' and hsrc.description != 'HeasarcCHANMASTER' %} {% endif %} {% endfor %}
Table Name RA Dec Lon Lat Error (arcsec) Offset (arcsec) flux, erg/sec/cm^2 Notes
{{ hsrc.description|remove_heasarc }} {{ hsrc.name }} {{ hsrc.ra|floatformat:3 }} {{ hsrc.dec|floatformat:3 }} {{ hsrc.lii|floatformat:3 }} {{ hsrc.bii|floatformat:3 }} {% if hsrc.error_radius > 0 %}{{ hsrc.error_radius|floatformat:2 }}{% endif %} {{ hsrc.separation|floatformat:3 }} {{ hsrc.erosita_flux|stringformat:"1.3e" }} {% if hsrc.description == 'HeasarcCSC' %} {% if hsrc.extent_flag == 'T' %}extended{% endif %} {% endif %}
{% endif %} {% if gaia %}

GAIA

{% for gaiasrc in gaia %} {% endfor %}
name ra dec Offset (arcsec) parallax parallax error pmra pmra_error pmdec pmdec_error magnitude
{{ gaiasrc.name }} {{ gaiasrc.ra|stringformat:".3e"}} {{ gaiasrc.dec|stringformat:".3e"}} {{ gaiasrc.separation|floatformat:3 }} {{ gaiasrc.parallax|stringformat:".3e" }} {{ gaiasrc.parallax_error|stringformat:".3e" }} {{ gaiasrc.pmra|stringformat:".3e" }} {{ gaiasrc.pmra_error|stringformat:".3e" }} {{ gaiasrc.pmdec|stringformat:".3e" }} {{ gaiasrc.pmdec_error|stringformat:".3e" }} {{ gaiasrc.phot_g_mean_mag|stringformat:".1f" }}
{% endif %} {% if sdss %}

SDSS

{% for sdsssrc in sdss %} {% endfor %}
specobjid ra dec Offset (arcsec) Z Zerr
{{ sdsssrc.specobjid }} {{ sdsssrc.ra|floatformat:-3}} {{ sdsssrc.dec|floatformat:-3}} {{ sdsssrc.separation|floatformat:3 }} {{ sdsssrc.z|stringformat:".3e" }} {{ sdsssrc.z_err|stringformat:".3e" }}
{% endif %} {% if simbad %}

Simbad

{% for simsrc in simbad %} {% endfor %}
major-id ra dec Offset (arcsec) class Z
{{ simsrc.main_id }} {{ simsrc.ra|floatformat:-3}} {{ simsrc.dec|floatformat:-3}} {{ simsrc.separation|floatformat:3 }} {{ simsrc.obj_class }} {{ simsrc.z|stringformat:".3e" }}
{% endif %} {% if flesch %}

Flesch 2019

{% for fleschsrc in flesch %} {% endfor %}
name ra dec Offset (arcsec) Z Zerr
{{ fleschsrc.name }} {{ fleschsrc.ra|floatformat:-3}} {{ fleschsrc.dec|floatformat:-3}} {{ fleschsrc.separation|floatformat:3 }} {{ fleschsrc.z|stringformat:".3e" }} {{ fleschsrc.z_err|stringformat:".3e" }}
{% endif %} {% if heasarc_xray %}

HEASARC X-ray Master

{% for hsrc in heasarc_xray %} {% endfor %}
Mission Name Offset (arcsec) Type
{{ hsrc.observatory }} ({{ hsrc.database_table }}) {{ hsrc.name }} {{ hsrc.separation|floatformat:3 }} {% if hsrc.class_id != 9999 %} {{ hsrc.object_class.class_name }} {% endif %}
{% endif %} {% if heasarc_chanmaster %}

HEASARC Chandra Master

{% for hsrc in heasarc_chanmaster %} {% endfor %}
ObsID Name Offset (arcsec) Exposure (sec) Notes
{{ hsrc.obsid }} {{ hsrc.name }} {{ hsrc.separation|floatformat:3 }} {{ hsrc.exposure }} PI: {{ hsrc.pi }}, {{ hsrc.category }}
{% endif %}
{% endif %} {% if alerce_match %} {% for src in alerce_match %} {% endfor %}
Source name Flux EroTrans Catalog ZTF alert
{{ src.name }} {% if src.rosat_transient %}(ROSAT){% endif %} {{ src.flux|stringformat:"1.1e" }} {{ src.catalog }} {{ src.catalog.start|date:"d.m.y H:i" }} - {{ src.catalog.stop|date:"d.m.y H:i" }} {% if src.alerce.all %} {% for ztf in src.alerce.all %} {{ ztf.oid }} {{ ztf.get_early_class }} {{ ztf.firstdate|date:"d.m.y H:i" }} - {{ ztf.lastdate|date:"d.m.y H:i" }}
{% endfor %} {% endif %}
{% endif %} {% if srcs %}
{% endif %} {% endblock %}