{% extends "base.html" %} {% load heasarc_templates %} {% load srgcat_templates %} {% block precontent %} {% if catalog %} Initial eRosita matched eRosita not matched {% endif %} {% if skymap_sources %}
Name | Match | Type? (abridged<5) | RA | Dec | Rate | Flux | Sign | log10(nFalse) | SkyMap | eRosita | Ratio | Selection |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ src.name }} | {% if src.get_swiftbat_count > 0 %} | Swift {% endif %} {% if src.gaia.all.count %} | Gaia {% endif %} | {{ src.heasarc.all.count }} | {% for simsrc in src.simbad.all|slice:":5" %} {% if simsrc.obj_class %}{{ simsrc.obj_class }} {% if simsrc.is_redshift_real %}z={{ simsrc.z }} {% endif %}|{% endif %} {% endfor %} |
{{ src.ra|floatformat:5 }} | {{ src.dec|floatformat:5 }} | {{ src.rate|floatformat:3 }} | {{ src.flux|stringformat:"1.1e" }} | {{ src.sig|floatformat:2 }} | {{ src.get_log10_nfalse|floatformat:2 }} | {{ src.skymap }} | {{ src.erositamatch.flux|stringformat:"1.1e" }} | {{ src.get_erosita_ratio|floatformat:2 }} | {% 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 | Simbad | J2000 | cts/s | erg/s/cm2 | erg/s/cm2 | ART/eRo |
Catalog | Sources |
---|---|
{{ cat.name }} | {{ cat.skymapsource_set.count }} |