{% load heasarc_templates %} {% load srgcat_templates %} {% load i18n %}
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 %}
{{ dump.get_catalog_absolute_path }}{% endif %}
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 |
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" }} |
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 %}
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 | MSK | MSK |
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 }} |