{% extends "artsurvey/base.html" %} {% load heasarc_templates %} {% load simbadescape %} {% load i18n %} {% block header %}

{{ request.user.artsurveyparams.survey }} {{ request.user.artsurveyparams.get_band_display }} ({{ request.user.artsurveyparams.band }}) {% if ntotal %}Total {{ ntotal }}{% endif %}

{% if request.user.artsurveyparams.survey.notes %}

{{ request.user.artsurveyparams.survey.notes|safe }}
{% else %}Notes{% endif %} [edit]

{% if request.user.artsurveyparams.survey.parent %}Parent: {{ request.user.artsurveyparams.survey.parent }}{% endif %}{% if request.user.artsurveyparams.survey.children.count %}Children: {% for child in request.user.artsurveyparams.survey.children.all %}{{ child }}{% endfor %}{% endif %}

{% trans 'Attached' %} [+, clean Primary]

{% for upload in request.user.artsurveyparams.survey.uploads.all %} {% endfor %}
{{ upload.title|truncatechars:20 }} {% if upload.primary %} P {% else %} [set as Primary] {% endif %} [edit, del]

{% endblock %} {% block content %}
{% if histogram %}

HEASARC Matching Statistics within 40''

{% for key,value in histogram.items %} {{ key }}: {{ value.total }} | {% endfor %}

{% endif %} {% if reverse %}

HEASARC Reverse Match Statistics (more than one match)

{% for key,value in reverse.items %} {% if value.total > 1 %} {{ key }}: {{ value.total }} ({{ value.list|safe }})
{% endif %} {% endfor %}

{% endif %} {% if srcs %}

Sort by: RA RA Dec Dec | ML Sign ML Sign ML nFalse ML nFalse ML Flux ML Flux | Sign Sign Flux Flux * -- Non-ML values are marked with a star

{% for src in srcs %} {% if src.exclude == False %} {% endif %} {% endfor %}
Name Survey CName H G W R RA Dec Lon Lat Cnts (not ML) ML Expo ML Sign. log_ML_nFalse ML DL ML Flux Class Redshift
{{ forloop.counter }} {{ src.name }} M{{ src.metasource.artsurveysource_set.all.count }} {% if src.metasource.comments.count %}{% endif %} {{ src.survey }} {% if src.cname %}{{ src.cname }}{% endif %} {% if src.category.slug == "false" %}FALSE{% endif %} {{ src.heasarc.all.count }} {% if src.count_heasarc %}({{ src.count_heasarc }}){% endif %} {{ src.gaia3.all.count }} {{ src.allwiseagn }} {{ src.get_radio_total }} {{ src.ra|floatformat:4 }} {{ src.dec|floatformat:4 }} {{ src.lii|floatformat:4 }} {{ src.bii|floatformat:4 }} {{ src.cnts|floatformat:1 }}* {{ src.ml_exp|floatformat:0 }} {% if src.ml_sig > 0.0 %} {{ src.ml_sig|floatformat:2 }} {% else %} {{ src.sig|floatformat:2 }}*{% endif %} {{ src.log_ml_nfalse|floatformat:2 }} {{ src.log_nfalse|floatformat:2 }}* {{ src.ml_detlike|floatformat:2 }} {{ src.detlike|floatformat:2 }}* {{ src.ml_flux|stringformat:"1.2e" }} {{ src.flux|stringformat:"1.2e" }}* {% if src.category %}[{{ src.category.slug }}]{% endif %} {% if src.follow_up %} Follow-up {% endif %} {% if src.class_tentative %} Tentative {% endif %} {% if src.marshall %} Marshall {% endif %} {% if src.turkish %} Turkish {% endif %} {% if src.ext %}[extended]{% endif %} {% if src.object_class %}{{ src.object_class|truncatechars:9 }}{% endif %} {% if src.redshift %}{{ src.redshift|floatformat:4 }}{% endif %} {% if src.notes %}{% endif %} {% if src.notes_paper %} {% endif %} {% for bibcode in src.ads.all %} {% if not bibcode.hidden %} {{ bibcode }} {% for cat in bibcode.category.all %} {{ cat }} {% endfor %}
{% endif %} {% endfor %}
Name Survey CName H G W R J2000 J2000 cts s erg/s/cm2 Sign. Class Redshift CName
{% endif %}
{% endblock %}