{% extends "mdb.html" %} {% load i18n %} {% block header %}
HEALPix elements (nside=2048) are selected within maxdist parameter via healpix cone search . Then, all matches are selected within Rmax parameter.
Requested coordinates: RA={{ ra|floatformat:4 }} Dec={{ dec|floatformat:4 }} {% if skymap %} are found in Plate {{ skymap }} {% endif %}
{% endif %}Source | CName | Flux | Separation | Type | Notes | {% for src in srcs %}
---|---|---|---|---|---|
{{ src }} | {{ src.cname }} | {{ src.flux|stringformat:"1.2e" }} | {{ src.separation|floatformat:2 }} | {{ src.get_otype }} | {% for paper in src.catalog.all %} {{ paper }}, {% endfor %} |