From 50c53060bf96fb97d80ea5b7213dc6075d998966 Mon Sep 17 00:00:00 2001
From: romakrivonos {% trans 'Astrophysical Project' %} {{ exception|safe }} No comments {% trans 'Astrophysical Project' %}
+ {{ basket.notes }}
+
+
+
+
+
+
+
+
+
+
+ HEALPix elements are selected within maxdist parameter via healpix cone search . Then, all matches are selected within Rmax parameter. Confusion: 1:{{ match1_count }} 2:{{ match2_count }} 3:{{ match3_count }} 4:{{ match4_count }} Confusion: 1:{{ match1_count2 }} 2:{{ match2_count2 }} 3:{{ match3_count2 }} 4:{{ match4_count2 }} {{ user.first_name }} {{ user.last_name }} ({{ user }}) {% if request.user.artsurveyparams.survey.notes %}
+ {% 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 %}
+
+
+
+
+
+
+
+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
+
+
+
+
+
+
+
+
+
+ {% if src.turkish %}
+ Turkish
+ {% endif %}
+
+
+
+
+
+
+ HEALPix elements (nside=2048) are selected within maxdist parameter via healpix cone search . Then, all matches are selected within Rmax parameter.
+ Failed to find {{ form.name.value }} in all available databases.
+ Requested coordinates: RA={{ ra|floatformat:4 }} Dec={{ dec|floatformat:4 }}
+ {% if skymap %}
+ are found in Plate {{ skymap }}
+ {% endif %}
+
+
+ {% if orig %}
+ Origin: {{ orig }} from {{ orig.dump }}
+ {% else %}
+ Origin: Detached
+ {% endif %}
+ Parent: {% if src.parent %}{{ src.parent }} ({{ src.parent.survey }}){% else %}N/A{% endif %}
+ Children:
+ {% if src.children.count %}
+ {% for child in src.children.all %}
+ {{ child }} ({{ child.survey }})
+ {% endfor %}
+ {% else %}
+ N/A
+ {% endif %}
+
+
+
+
+
+
+
+ {{ comment.owner }}: {{ comment.body }}
+
+
+
+
+
+ {% for bibcode in src.ads.all %}
+
+ {{ bibcode }} {% if bibcode.owner %}({{ bibcode.owner }}){% endif %} [edit,
+
+ {% if src|is_bibcode_hidden:bibcode %}
+ hidden back
+ {% else %}
+ hide
+ {% endif %}]
+ {% for oname in src.othername_set.all %}
+ {{ oname }} {% if oname.owner %}({{ oname.owner }}){% endif %} [edit, del]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Attached Survey files:
+
+ Galactic Plane Survey:
+
+ [open original]
+
+ [show exposure]
+
+
+ 1g
+ E0 |
+ E1 |
+ E2 |
+ E3 |
+ E4 img
+
+ [show exposure]
+
+ 2g
+ E0 |
+ E1 |
+ E2 |
+ E3 |
+ E4 img
+
+ [show exposure]
+
+
+ 12g
+ E0 |
+ E1 |
+ E2 |
+ E3 |
+ E4 img
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Update source
+ Mark bad
+
+ {% if user|has_group:"srg-artxc-catalog-admin"%}
+ DELETE SOURCE
+ {% endif %}
+
+ {% 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 %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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" }}
+
+ {{ src.notes }} RA/Dec: {{ alerce.ra|floatformat:3 }}, {{ alerce.dec|floatformat:3 }}, nobs: {{ alerce.nobs }} Early Classifier: {{ alerce.get_early_class }} ({{ alerce.classearly }}) with probability of {{ alerce.pclassearly|floatformat:2 }}. Late Classifier: {{ alerce.get_late_class }} ({{ alerce.classrf }}) with probability of {{ alerce.pclassrf|floatformat:2 }}. Detected between {{ alerce.firstdate|date:"d.m.Y H:i" }} - {{ alerce.lastdate|date:"d.m.Y H:i" }} (MJD: {{ alerce.firstmjd|floatformat:4 }} - {{ alerce.lastmjd|floatformat:4 }}).
+
+ {% trans 'Spectrum-Roentgen-Gamma' %}
+ Permission denied (403)
+ {% if exception %}
+ {% trans 'Spectrum-Roentgen-Gamma' %}
+ Page not found (404)
+ Loaded ART-XC simulations:
+
+{% for sim in sims %}
+
+
+{% endblock %}
+
+{% block content %}
+
+ {% if sim %}
+ {{ sim.filename }}, Month {{ sim.month }}, T{{ sim.telescope }}
+ {% endif %}
+
+ {% if sim %}
+
+
+
+
+
+
+
+ {% endif %}
+
+
+{% endblock %}
diff --git a/Templates/artsurvey/base.html b/Templates/artsurvey/base.html
new file mode 100644
index 0000000..0b0b74c
--- /dev/null
+++ b/Templates/artsurvey/base.html
@@ -0,0 +1,354 @@
+{% load artsurvey_templates %}
+{% load heasarc_templates %}
+{% load srgcat_templates %}
+{% load i18n %}
+{% load static %}
+
+
+
+
+ Code for reading CSV catalog:
+
+import csv
+with open(filename, 'r' ) as theFile:
+ reader = csv.DictReader(theFile)
+ for line in reader:
+ print(line['NAME'])
+
+Create or update ArtSelection {% if basket %}-- {{ basket }}{% endif %}
+ArtSelection {{ basket.title }}
+ {% if user.is_authenticated %}
+ [ edit | delete ]
+ {% endif %}
+
+
+
+
+
+
+
+
+
+
+
+ {% for src in basket.sources.all %}
+
+ Name
+ Survey
+ CName
+ Notes
+ Follow up
+ Category
+ Type
+ Paper Notes
+ Papers
+ Files
+
+
+
+
+ {% endfor %}
+
+ {{ forloop.counter }}
+ {{ src.name }}
+ {{ src.survey }}
+ {% if src.cname %}{{ src.cname }}{% endif %}
+ {% if src.notes %}{{ src.notes|truncatechars:20 }}{% endif %}
+ {% if src.follow_up %}{{ src.follow_up|truncatechars:20 }}{% endif %}
+ {% if src.category %}{{ src.category }}{% endif %}
+ {{ src.get_otype }}
+ {% if src.notes_paper %}{{ src.notes_paper|truncatechars:20 }}{% endif %}
+
+ {% for paper in src.catalog.all %}
+ {{ paper }},
+ {% endfor %}
+
+
+ {% for upload in src.uploads.all %}
+
+
+ {% endfor %}
+
+
+ Remove
+
+
+ Total {{ ntotal }}
{% endif %}
+
+
+
+ {% endif %}
+
+
+
+
+
+
+
+ {% for src in srcs %}
+
+
+ MetaSource
+ RA
+ Dec
+ R
+ {% for b in bands %}
+ {{ b.slug }}
+ {% endfor %}
+ Category
+ CName
+ Other Names
+ Papers
+ Notes
+
+
+ {% endfor %}
+
+ {{ forloop.counter }}
+ {{ src.name }}
+ {{ src.ra|floatformat:4 }}
+ {{ src.dec|floatformat:4 }}
+ {{ src.radec_error|floatformat:1 }}
+
+ {% for b in bands %}
+
+ {% for s in src|get_metasource_for_band:b %}
+ {{ s.survey }}
+ {% endfor %}
+
+
+ {% endfor %}
+
+ {% for s in src.artsurveysource_set.all %}{% if s.catalog.exists %}{% if s.category %}{{ s.category }} ({{ s.object_class }}) |{% endif %}{% endif %}{% endfor %}
+
+
+
+ {% for s in src.artsurveysource_set.all %}{% if s.catalog.exists %}{{ s.cname }}{% endif %}{% endfor %}
+
+
+
+ {% for s in src.artsurveysource_set.all %}
+ {% if s.catalog.exists %}
+ {% for o in s.othername_set.all %}
+ {{ o }}
+
+
+ {% endfor %}
+ {% endif %}
+ {% endfor %}
+
+ {% for s in src.artsurveysource_set.all %}
+ {% if s.catalog.exists %}
+ {% for o in s.ads.all %}
+ {{ o }}
+
+
+
+ {% endfor %}
+ {% endif %}
+ {% endfor %}
+
+
+
+
+ {% for s in src.artsurveysource_set.all %}
+ {% if s.catalog.exists %}
+ {% if s.turkish %}
+ Turkish
+ {% endif %}
+
+ {% if s.notes %}
+ {{ s.survey }} {{ s.band.slug }}
+
+ {% endif %}
+
+ {% if s.notes_paper %}
+ {% if not s.notes %}{{ s.survey }} {{ s.band.slug }}{% endif %}
+ {% endif %}
+
+ {% endif %}
+ {% endfor %}
+ Total {{ ntotal }}
{% endif %}
+
+
+
+ {% endif %}
+
+
+
+
+
+
+
+ {% for src in srcs %}
+
+
+ MetaSource
+ RA
+ Dec
+ R98
+ Category
+ CName
+ Other Names
+ ADS
+ Turk
+ Paper
+ Notes
+
+
+
+ {% endfor %}
+
+ {{ forloop.counter }}
+
+ {{ src.name }}
+
+ {{ src.ra|floatformat:4 }}
+
+ {{ src.dec|floatformat:4 }}
+
+ {{ src.ml_radec_err_98|floatformat:1 }} {{ src.radec_error|floatformat:1 }}
+
+
+
+ {% if src.category %}
+ {{ src.category }}
+ {% endif %}
+
+
+
+ {% if src.cname %}
+ {{ src.cname }}
+ {% endif %}
+
+
+
+ {% for o in src.othername_set.all %}
+ {{ o }}
+
+
+ {% endfor %}
+
+ {% for o in src.ads.all %}
+ {{ o }}
+
+
+
+ {% endfor %}
+
+ {% if src.turkish %}
+ Turkish
+ {% endif %}
+
+
+
+ {% if src.notes_paper %}
+
+ {% endif %}
+
+
+
+ {% if src.notes %}
+
+ {% endif %}
+
+
+
+ {{ src }}
+ Type: {{ src.object_class }},
+ CName: {{ src.cname }}
+
+
+ {{ form }}
+
+
+ {{ src }}
+ Type: {{ src.object_class }},
+ CName: {{ src.cname }}
+
+
+ {{ form }}
+
+
+ {{ src }}
+ Type: {{ src.object_class }}
+
+
+ {{ form }}
+
+
+ Match filters
+
+
+ {{ form }}
+
+
+1: {{ params.survey1 }} {{ params.band1 }} {% if nrows1 %}({{ nrows1 }}){% endif %}
+2: {{ params.survey2 }} {{ params.band2 }} {% if nrows2 %}({{ nrows2 }}){% endif %}
+
+{% if nrows1 %}
+
+from 1 in 2
+Matched: {{ match_count }} Missed: {{ missed_count1 }}
+
+from 2 in 1
+
Matched: {{ match_count2 }} Missed: {{ missed_count2 }}
+
+
+
+
+
+
+
+
+
+ dir
+ Src1
+ CNAME
+ RA
+ Dec
+ DL
+ Log NF
+ Flux1
+ Sign1
+ Src2
+ CNAME
+ RA
+ Dec
+ DL
+ Log NF
+ Flux2
+ Sign2
+ F2/F1
+ Sep ('')
+
+
+ {% for o in match_list %}
+ Matched list (nrows={{ match_count }})
+
+ {% endfor %}
+
+ {{ o.dir }};
+ {{ o.src1 }};
+ {{ o.src1.cname }};
+ {{ o.src1.ra|floatformat:6 }};
+ {{ o.src1.dec|floatformat:6 }};
+ {{ o.src1.detlike|floatformat:2 }};
+ {{ o.src1.log_nfalse|floatformat:2 }};
+ {{ o.src1.flux|stringformat:"1.2e" }};
+ {{ o.src1.sig|floatformat:2 }};
+
+ {{ o.src2 }};
+ {{ o.src2.cname }};
+ {{ o.src2.ra|floatformat:6 }};
+ {{ o.src2.dec|floatformat:6 }};
+ {{ o.src2.detlike|floatformat:2 }};
+ {{ o.src2.log_nfalse|floatformat:2 }};
+ {{ o.src2.flux|stringformat:"1.2e" }};
+ {{ o.src2.sig|floatformat:2 }};
+ {{ o.f1f2_ratio|floatformat:1 }};
+ {{ o.sep|floatformat:1 }};
+
+ {% for o in missed_list1 %}
+ Missed 1 in 2 (nrows={{ missed_count1 }})
+
+ {% endfor %}
+
+ ;
+ {{ o.src1 }};
+ {{ o.src1.cname }};
+ {{ o.src1.ra|floatformat:6 }};
+ {{ o.src1.dec|floatformat:6 }};
+ {{ o.src1.detlike|floatformat:2 }};
+ {{ o.src1.nfalse|floatformat:2 }};
+ {{ o.src1.flux|stringformat:"1.2e" }};
+ {{ o.src1.sig|floatformat:2 }};
+
+ ;
+ ;
+ ;
+ ;
+ ;
+ ;
+ ;
+ ;
+ ;
+ ;
+
+ {% for o in missed_list2 %}
+
+ Missed 2 in 1 (nrows={{ missed_count2 }})
+
+ {% endfor %}
+
+
+
+ ;
+ ;
+ ;
+ ;
+ ;
+ ;
+ ;
+ ;
+ ;
+ {{ o.src2 }};
+ {{ o.src2.cname }};
+ {{ o.src2.ra|floatformat:6 }};
+ {{ o.src2.dec|floatformat:6 }};
+ {{ o.src2.detlike|floatformat:2 }};
+ {{ o.src2.nfalse|floatformat:2 }};
+ {{ o.src2.flux|stringformat:"1.2e" }};
+ {{ o.src2.sig|floatformat:2 }};
+ ; ;
+
+ {{ user.artsurveyparams.history|safe }}
+ {% endfor %}
+ {{ request.user.artsurveyparams.survey }} {{ request.user.artsurveyparams.get_band_display }} ({{ request.user.artsurveyparams.band }}) {% if ntotal %}Total {{ ntotal }}{% endif %}
+
+ {{ request.user.artsurveyparams.survey.notes|safe }}
{% else %}Notes{% endif %} [edit]{% 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]
+ 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 %}
+
+
+
+
+ {% endif %}
+
+
+
+
+
+
+ {% for src in srcs %}
+ {% if src.exclude == False %}
+
+
+ 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
+
+
+
+ {% endif %}
+ {% endfor %}
+
+ {{ 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
+
+ Filter by energy band:
+ {% for band in bands %}
+ {{ band }} |
+ {% endfor %}
+
+
+
+
+
+
+
+
+
+ {% for m in srcs %}
+
+ Name
+ Survey
+ RA
+ Dec
+ Band
+ Sep ('')
+ Flux
+ Error
+ Sign.
+ log_nFalse
+ Band
+ CNAME
+ Class
+ Catalog
+ Files
+ ADS
+ Notes
+ Modified
+
+
+ {% endfor %}
+
+ {{ forloop.counter }}
+
+ {{ m.name }}
+ {% if m.metasource_primary %}P{% endif %}
+
+ {{ m.survey }}
+ {{ m.ra|floatformat:5 }}
+ {{ m.dec|floatformat:5 }}
+ {{ m.band }}
+ {{ m.metasource_sep|floatformat:1 }}
+ {{ m.flux|stringformat:"1.2e" }}
+ {{ m.flux_err|stringformat:"1.2e" }}
+ {{ m.sig|floatformat:1 }}
+ {{ m.log_nfalse|floatformat:4 }}
+ {{ m.band }}
+ {% if m.cname %}{{ m.cname }}{% endif %}
+ {% if m.object_class %}{{ m.object_class }}{% endif %}
+
+ {% for paper in m.catalog.all %}
+ {{ paper }},
+ {% endfor %}
+
+
+ {% for upload in m.uploads.all %}
+
+
+ {% endfor %}
+
+
+
+ {% if m.ads.all.count %}
+ {{ m.ads.all.count }}
+ {% endif %}
+
+
+
+
+ {% if m.turksh %}
+ T
+ {% endif %}
+
+ {% if m.marshall %}
+ MSFC
+ {% endif %}
+
+
+
+ {{ m.modified|date:"d.m.y H:i" }}
+
+ Leave a comment
+ Attached files [+]
+
+ {% for upload in src.uploads.all %}
+
+
+
+
+ {% endfor %}
+ {{ upload.title|truncatechars:20 }}
+
+ [edit, del]
+
+
+ {{ src }}
+ Type: {{ src.object_class }}{% if src.class_tentative %}?{% endif %},
+ CName: {{ src.cname }}
+
+
+
+ References
+ {% for bibcode in src.ads.all %}
+ {{ bibcode }} {% if bibcode.owner %}({{ bibcode.owner }}){% endif %}
+ {% if bibcode.notes %}"{{ bibcode.notes }}"
{% endif %}
+ {% endfor %}
+
+
+ {{ form }}
+
+
+ {{ src }}
+ Type: {{ src.object_class }}
+
+
+ {{ form }}
+
+
+ Update filters [reset]
+
+{% if message %}
+
+ {% csrf_token %}
+
+ {{ form }}
+
+
+Selected {{ ntotal }} sources
+ Open Catalog
+{% endif %}
+
+
+{% if params %}
+Current values:
+
+ Sky = {{ params.sky }}
+ Survey = {{ params.survey }} {% if params.survey.notes %}{% endif %} {% if params.survey.parent %}Parent: {{ params.survey.parent }}{% endif %}{% if params.survey.children.count %}Children: {% for child in params.survey.children.all %}{{ child }}{% endfor %}{% endif %} {{ params.survey.modified|date:"d.m.y H:i" }}
+ Energy band = {{ params.get_band_display }} ({{ params.band }})
+ Sign. min = {{ params.sign_min }}
+ Sign. max = {{ params.sign_max }}
+ log nFalse min = {{ params.log_nfalse_min }}
+ log nFalse max = {{ params.log_nfalse_max }}
+ log ML nFalse min = {{ params.log_ml_nfalse_min }}
+ log ML nFalse max = {{ params.log_ml_nfalse_max }}
+ detlike min = {{ params.detlike_min }}
+ detlike max = {{ params.detlike_max }}
+ exposure min = {{ params.exposure_min }}
+ Ext. min = {{ params.ext_min }}
+ Ext. max = {{ params.ext_max }}
+ Class starts with = {{ params.class_startswith }}
+ CName contains = {{ params.cname_contains }}
+ Source category = {{ params.category }}
+ Exclude category = {{ params.exclude_category }}
+Unclassified category = {{ params.category_unclassified }}
+
+ Gaia primary = {{ params.gaia_primary }}
+
+ Exclude survey = {{ params.exclude_survey }}
+ Exclude energy band = {{ params.exclude_band }}
+ Exclude log_nfalse = {{ params.exclude_log_nfalse }}
+
+ Turk possible = {{ params.turk_possible }}
+ Marshall = {{ params.marshall }}
+
+Coordinates
+ Declination min = {{ params.dec_min }}
+ Declination max = {{ params.dec_max }}
+
+ Ecliptic latitude min = {{ params.ecl_lat_min }}
+ Ecliptic latitude max = {{ params.ecl_lat_max }}
+
+
+
+
+ML_NFALSE, 3-12 keV (E5), Dec2023:
+
+false_01 s1-5_5 3.461e-04 1431 -3.4608 5.4739
+false_02 s1-5_5 7.476e-04 1545 -3.1264 5.3191
+false_03 s1-5_5 1.188e-03 1629 -2.9251 5.2616
+false_05 s1-5_5 2.146e-03 1752 -2.6685 5.1637
+false_10 s1-5_5 4.803e-03 1980 -2.3185 5.0364
+
+
+ML_NFALSE, 3-12 keV (E5), Nov2023:
+
+false_01 s1-5_5 3.461e-04 1427 -3.4608 5.4739
+false_02 s1-5_5 7.476e-04 1541 -3.1264 5.3191
+false_03 s1-5_5 1.180e-03 1622 -2.9282 5.2940
+false_05 s1-5_5 2.100e-03 1745 -2.6778 5.1628
+false_10 s1-5_5 4.780e-03 1970 -2.3206 5.0343
+
+ML_NFALSE, 3-12 keV, Oct2023:
+
+false_01 s1-5_5 3.469e-04 1431 -3.4598 5.4938
+false_02 s1-5_5 7.547e-04 1550 -3.1222 5.3737
+false_05 s1-5_5 2.140e-03 1763 -2.6695 5.1819
+false_10 s1-5_5 4.849e-03 2000 -2.3144 5.0311
+
+OBSOLETE:
+
+ML_NFALSE, 4-12 keV, Nov2023:
+
+false_01 s1-5_0 2.881e-04 1190 -3.5405 5.6796
+false_02 s1-5_0 6.207e-04 1286 -3.2071 5.5552
+false_05 s1-5_0 1.687e-03 1391 -2.7730 5.3530
+false_10 s1-5_0 3.766e-03 1555 -2.4241 5.2647
+
+
+ML_NFALSE, 4-12 keV, Oct2023:
+false_01 s1-5_0 2.881e-04 1190 -3.5405 5.6796
+false_02 s1-5_0 6.207e-04 1286 -3.2071 5.5552
+false_05 s1-5_0 1.687e-03 1391 -2.7730 5.3530
+false_10 s1-5_0 3.766e-03 1555 -2.4241 5.2647
+
+
+
+log_nfalse thresholds:
+nfalse, кол-во источников, log10(nfalse), sigma
+
+FALSE 1%
+s1-5_0 2.771e-04 1142 -3.5573 5.2225
+s1-5_0 3.412e-04 1409 -3.4670 4.4774 (Jun 2023)
+
+FALSE 2%
+s1-5_0 6.091e-04 1245 -3.2153 5.0695
+s1-5_0 7.196e-04 1484 -3.1429 5.2024 (Jun 2023)
+
+FALSE 5%
+s1-5_0 1.717e-03 1415 -2.7653 4.8608
+s1-5_0 1.969e-03 1621 -2.7057 4.3679 (Jun 2023)
+
+
+FALSE 10%
+
+s1-5_0 4.324e-03 1780 -2.3641 4.3173 (Jun 2023)
+s1-4_0 3.658e-03 1509 -2.4368 4.7026
+
+s12_0 2.113e-03 868 -2.6751
+s12_1 1.259e-03 519 -2.8999
+s12_2 1.164e-03 479 -2.9341
+s12_3 2.362e-04 100 -3.6268
+
+s1_0 1.221e-03 502 -2.9134
+s1_1 7.496e-04 310 -3.1252
+s1_2 6.669e-04 275 -3.1760
+s1_3 1.947e-04 76 -3.7107
+
+s2_0 1.158e-03 480 -2.9362
+s2_1 7.130e-04 295 -3.1469
+s2_2 6.961e-04 285 -3.1573
+s2_3 1.970e-04 76 -3.7055
+
+FALSE 15%
+s1-5_0 6.950e-03 1911 -2.1580 4.3509 (Jun 2023)
+
+
+
+
+
+
+
+ {{ params.history|safe }}
+
+ *Sources suitable for TUBITAK is taken by excluding Swift/BAT 105m (2018),
+ INTEGRAL Reference Catalog (last updated on 16 June 2019) and RXTE (2004).
+
+
+ {{ user.first_name }} {{ user.last_name }} ({{ user }})
+ ArtSelection [+folder]
+
+
+
+
+
+
+
+
+ {% for basket in user.artbasket_set.all %}
+
+ Name
+ Notes
+ Count
+
+
+
+
+ {% endfor %}
+
+ {{ forloop.counter }}
+ {{ basket }}
+ {{ basket.notes }}
+ {{ basket.get_sources_count }}
+ edit | delete
+ Source Selection ({{ user.artselection.sources.all.count }})
+
+
+
+
+
+
+
+
+ {% for src in user.artselection.sources.all %}
+
+ Name
+ Survey
+ CName
+ Notes
+ Follow up
+ Category
+ Type
+ Paper Notes
+ Papers
+ Files
+
+
+
+
+ {% endfor %}
+
+ {{ forloop.counter }}
+ {{ src.name }}
+ {{ src.survey }}
+ {% if src.cname %}{{ src.cname }}{% endif %}
+ {% if src.notes %}{{ src.notes|truncatechars:20 }}{% endif %}
+ {% if src.follow_up %}{{ src.follow_up|truncatechars:20 }}{% endif %}
+ {% if src.category %}{{ src.category }}{% endif %}
+ {{ src.get_otype }}
+ {% if src.notes_paper %}{{ src.notes_paper|truncatechars:20 }}{% endif %}
+
+ {% for paper in src.catalog.all %}
+ {{ paper }},
+ {% endfor %}
+
+
+ {% for upload in src.uploads.all %}
+
+
+ {% endfor %}
+
+
+ Remove
+
+
+ History
+ {{ user.artsurveyparams.history|safe }}
+ Retrieve an ICRS object by using an online name resolving service to retrieve coordinates for the specified name using get_icrs_coordinates. By default, this will search all available databases until a match is found.
+
+
+
+
+
+ {{ form }}
+
+
+ Not resolved
+ ART-XC sources
+
+
+
+ Source
+ CName
+ Flux
+ Separation
+ Type
+ Notes
+
+
+ {% for src in srcs %}
+
+
+ {% endfor %}
+
+ {{ src }}
+ {{ src.cname }}
+ {{ src.flux|stringformat:"1.2e" }}
+ {{ src.separation|floatformat:2 }}
+
+ {{ src.get_otype }}
+
+
+ {% for paper in src.catalog.all %}
+ {{ paper }},
+ {% endfor %}
+
+
+
+ {{ form }}
+
+
+ ART-XC sources
+
+
+
+
+ Source
+ CName
+ Flux
+ Type
+ Notes
+
+
+ {% for src in srcs %}
+
+
+ {% endfor %}
+
+ {{ forloop.counter }}
+ {{ src }}
+ {{ src.cname }}
+ {{ src.flux|stringformat:"1.2e" }}
+
+ {{ src.get_otype }}
+
+
+ {% for paper in src.catalog.all %}
+ {{ paper }},
+ {% endfor %}
+
+
+
+ {{ src.name }} {{ src.survey }} CName: {% if src.cname %}{{ src.cname }} ads {% else %}N/A{% endif %} [edit],
+ {% if src.lii < 180.0 %}
+ RU
+ {% else %}
+ DE
+ {% endif %}
+
+
+
+
+
+
+
+ Source
+ Type
+ Category
+ Redshift
+ Papers
+
+
+
+
+ Parent {{ src.parent }}
+ {{ src.parent.object_class }}
+ {{ src.parent.category }}
+ {{ src.parent.redshift }}
+
+ {% for bibcode in src.parent.ads.all %}
+ {{ bibcode }}
+
+ {% endfor %}
+
+
+
+ Child {{ src }}
+ {{ src.object_class }}
+ {{ src.category }}
+ {{ src.redshift }}
+
+ {% for bibcode in src.ads.all %}
+ {{ bibcode }}
+
+ {% endfor %}
+
+ MetaSource {{ src.metasource }} has {{ src.metasource.artsurveysource_set.all.count }} record(s)
+
+
+
+ {% for meta in src.metasource.artsurveysource_set.all %}
+ {% if not src.id == meta.id %}
+ {% if meta.ads.all.count or meta.uploads.all.count or meta.cname %}
+
+
+
+
+ {% endif %}
+ {% endif %}
+
+ {% endfor %}
+ {{ meta.survey }}
+
+ {% if meta.ads.all.count %}{{ meta.ads.all.count }} ADS records{% endif %}
+
+ {% if meta.uploads.all.count %}{{ meta.uploads.all.count }} uploads{% endif %}
+
+ {% if meta.object_class %}{{ meta.object_class }}{% endif %}
+
+ {% if meta.cname %}{{ meta.cname }}{% endif %}
+
+ transfer
+
+
+
+ Attached files [+]
+
+ {% for upload in src.metasource.uploads.all %}
+
+
+
+ {% endfor %}
+ [{{ upload.owner }}] {{ upload.title|truncatechars:20 }}
+ {% if upload.notes %}{% endif %}
+
+
+ {% if upload.isfits %}
+ display
+ {% endif %}
+
+
+
+ [edit, del]
+
+ Type — {% if src.object_class %}{{ src.object_class }} {% if src.owner %}({{ src.owner }}){% endif %} Clean{% endif %}
+
+
+
+
+
+
+
+
+
+
+
+
+ {% if src.class_tentative %}
+ Remove tentative mark
+ {% else %}
+ Mark class as tentative
+ {% endif %}
+
+ {% if src.cname == 'NEW X-RAY SOURCE' %}
+ Remove "NEW X-RAY SOURCE"
+ {% else %}
+ NEW X-RAY SOURCE
+ {% endif %}
+
+ {% if src.turkish %}
+
+ Remove Turkish mark
+ Turkish Date set: {{ src.turkish_date|date:"d.m.Y" }}
+ {% else %}
+ Mark source as Turkish
+ {% endif %}
+
+ EXT_ID {{ src.ext_id }}
+
+ Notes / Follow-up / Paper notes [edit]
+ {% if src.redshift %}Redshift: {{ src.redshift|floatformat:4 }}
{% endif %}
+ {% if src.notes %}Notes:
{{ src.notes|linebreaks }}{% endif %}
+
+
+ {% if src.follow_up %}Follow-up:
{{ src.follow_up }}{% endif %}
+
+ {% if src.notes_paper %}Paper notes:
{{ src.notes_paper }}{% endif %}
+
+
+ Category [edit]
+ {% if src.category %}[{{ src.category.slug }}] {{ src.category }}
{% endif %}
+
+ Bibcode [+]
+
+
+ {% for cat in bibcode.category.all %}
+ {{ cat }}
+ {% endfor %}
+
+ {% if bibcode.notes %} "{{ bibcode.notes }}"
{% endif %}
+ {% endfor %}
+ Other Names [+]
+
+ {% endfor %}
+ Attached files [+]
+
+ {% for upload in src.uploads.all %}
+
+
+
+ {% endfor %}
+ {{ upload.title|truncatechars:20 }}
+ {% if upload.notes %}{% endif %}
+
+ {% if upload.isfits %}display
+ {% endif %}
+ {% if upload.isreg %}
+ overplot
+ {% endif %}
+
+ [edit, del]
+
+
+
+
+
+
+
+
+
+ DS9 region (all)
+ DS9 region (linked)
+
+ {% for upload in src.survey.uploads.all %}
+
+
+
+ {% endfor %}
+ {{ upload.title|truncatechars:20 }}
+ {% if upload.notes %}{% endif %}
+
+ {% if upload.primary %}
+ P
+ {% endif %}
+
+ {% if upload.isfits %}display
+ {% endif %}
+ {% if upload.isreg %}
+ overplot
+ {% endif %}
+
+
+
+
+
+ __
+ E0 |
+ E1 |
+ E2 |
+ E3 |
+ E4 flux
+
+
+
+ __
+ E0 |
+ E1 |
+ E2 |
+ E3 |
+ E4 flux
+
+
+
+ ___
+ E0 |
+ E1 |
+ E2 |
+ E3 |
+ E4 flux
+
+
+ {{ srcs|length }} sources within 10° from {{ src.survey }}
+
+ {% for src0 in srcs %}
+
+
+
+ {% endfor %}
+
+
+ {% if src0.cname == "NEW X-RAY SOURCE" %}
+ {{ src0.name|remove_srga }}
+ {% else %}
+ {{ src0.name|remove_srga }}
+ {% endif %}
+
+ {% if src0.metasource_primary %}P{% endif %}
+
+ {% if src0.object_class %}{{ src0.get_otype|truncatechars:3 }}{% endif %}
+ {{ src0.sig|floatformat:1 }}σ
+
+ {{ src0.separation|floatformat:0 }}'
+
+
+ {% if src0.category %}
+ [{{ src0.category.slug }}]
+ {% else %}
+
+ {% endif %}
+
+
+ {% if not src0.metasource == src.metasource %}+M{% endif %}
+
+
+
+
+ ART-XC |
+ SIMBAD 40'' |
+ NED 40'' | VizieR 20'' |
+ZTF ALERCE 40'' |
+LSXPS 40'' |
+HEASARC Browse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Match
+ RA
+ Dec
+ GLon
+ GLat
+ ELon
+ ELat
+ RA/Dec Err
+ Cnts
+ Expo
+ Sign.
+ log_nFalse
+ Rate
+ Rate err
+ Flux
+ Flux err
+ Band
+ Extended
+
+
+
+
+ {{ src.heasarc.all.count }}
+ {{ src.ra|floatformat:4 }}
+ {{ src.dec|floatformat:4 }}
+ {{ src.lii|floatformat:4 }}
+ {{ src.bii|floatformat:4 }}
+ {{ src.ecl_l|floatformat:4 }}
+ {{ src.ecl_b|floatformat:4 }}
+{{ src.radec_error|floatformat:4 }}
+{{ src.cnts|floatformat:1 }}
+{{ src.exptime|floatformat:0 }}
+ {{ src.sig|floatformat:2 }}
+ {{ src.log_nfalse|floatformat:4 }}
+ {{ src.rate|floatformat:4 }}
+ {{ src.rate_err|floatformat:4 }}
+ {{ src.flux|stringformat:"1.2e" }}
+ {{ src.flux_err|stringformat:"1.2e" }}
+ {{ src.band }}
+{{ src.ext }}
+ Maximum Likelihood Fitting
+
+
+
+
+
+
+
+
+ RA
+ Dec
+ RA/Dec Err 90% (98%)
+ Expo
+ Sign.
+ log_nFalse
+ Flux
+
+
+
+
+ {{ src.ml_ra|floatformat:4 }}
+ {{ src.ml_dec|floatformat:4 }}
+ {{ src.ml_radec_err_90|floatformat:2 }} ({{ src.ml_radec_err_98|floatformat:2 }})
+ {{ src.ml_exp|floatformat:0 }}
+ {{ src.ml_sig|floatformat:2 }}
+ {{ src.log_ml_nfalse|floatformat:4 }}
+ {{ src.ml_flux|stringformat:"1.2e" }} ± {{ src.ml_flux_err|stringformat:"1.2e" }}
+
+{% if src.turkpossible %}Suitable for TUBITAK{% endif %}
+{% if src.marshall %} | MSFC source in NEP{% endif %}
+
+
+{% if src.erositamatch %}
+
+eRosita match
+{% if src.erositamatch %}
+{% if src.erositamatch.match_soft %}{% endif %}
+{% if src.erositamatch.match_med %}{% endif %}
+{% if src.erositamatch.match_hard %}{% endif %}
+{% endif %}
+at offset {{ src.erositamatch.sep_soft|floatformat:2 }}''
+
+
+
+
+
+
+ {% for name, value in src.erositamatch.get_fields %}
+
+
+
+ {% for name, value in src.erositamatch.get_fields %}
+ {{ name }}
+ {% endfor %}
+ {{ value }}
+ {% endfor %}
+
+
+ HEASARC Catalogs (
+
+
+
+
+
+ XrayMaster)sort by or offset
+
+
+
+
+
+
+
+
+
+
+ {% for obj in heasarcs %}
+ {% if obj.description not in 'HeasarcXrayMaster,HeasarcCHANMASTER' %}
+
+ {% if obj.description not in 'HeasarcUserCat' %}
+
+
+ {% if src.get_heasarc_linked_all %}
+ Clean all
+ {% else %}
+ Link
+ {% endif %}
+
+ Table
+ Name
+ RA
+ Dec
+ Lon
+ Lat
+ Err ('')
+ ART ('')
+ eRo ('')
+ Notes
+
+ {% else %}
+
+ {% endif %}
+
+ {% endif %}
+ {% endfor %}
+
+
+
+
+
+
+
+ {% heasarc_linked_to src obj as linked %}
+ {% if linked %}
+ Linked remove
+ {% else %}
+ link
+ {% endif %}
+
+ {{ obj.description|remove_heasarc }}
+
+ {{ obj.name }}
+
+ ads
+
+
+ {{ obj.ra|floatformat:5 }}
+ {{ obj.dec|floatformat:5 }}
+ {{ obj.lii|floatformat:3 }}
+ {{ obj.bii|floatformat:3 }}
+ {% if obj.error_radius > 0 %}{{ obj.error_radius|floatformat:4 }}{% endif %}
+ {{ obj.separation|floatformat:3 }}
+ {% if obj.erosita_separation %}{{ obj.erosita_separation|floatformat:3 }}{% endif %}
+
+
+ {% if obj.description == 'Heasarc4XMMDR12' %}
+
+ {% endif %}
+
+ {% if obj.description == 'Heasarc2SXPS' %}
+
+ {% endif %}
+
+ {% if obj.description == 'HeasarcCSC' %}
+ {% if obj.extent_flag == 'T' %}extended, {% endif %}
+ {% endif %}
+
+ {% if obj.usercat.count %}
+ UserCat ({{ obj.usercat.count }})
+ {% endif %}
+
+ {% if obj.gaia3.count %}
+ Gaia({{ obj.gaia3.count }}{% if obj.gaia3_primary %},P{% endif %})
+ {% endif %}
+
+ {% if obj.glimpse.count %}
+ GLIMPSE({{ obj.glimpse.count }}{% if obj.glimpse_primary %},P{% endif %})
+ {% endif %}
+
+ {% if obj.vlass.count %}
+ VLASS({{ obj.vlass.count }}{% if obj.vlass_primary %},P{% endif %})
+ {% endif %}
+
+ {% if obj.twomass.count %}
+ 2MASS({{ obj.twomass.count }}{% if obj.twomass_primary %},P{% endif %})
+ {% endif %}
+
+ {% if obj.allwise.count %}
+ WISE({{ obj.allwise.count }}{% if obj.allwise_primary %},P{% endif %})
+ {% endif %}
+
+ {% if obj.notes %}
+
+ {% endif %}
+
+ {% if obj.description == 'HeasarcUserCat' %}
+ {% if obj.bibcode %}ads{% endif %}
+ edit
+ delete
+ {% endif %}
+
+
+
+Add X-ray source counterpart
+
+ {% if heasarcs %}
+
+HEASARC Catalogs XrayMaster
+
+
+
+
+
+ sort by or offset
+
+
+
+
+
+
+
+
+
+
+
+
+ {% for obj in heasarcs %}
+ {% if obj.description in 'HeasarcXrayMaster,HeasarcCHANMASTER' %}
+
+ {% if src.get_heasarc_linked_all %}
+ Clean all
+ {% else %}
+ Link
+ {% endif %}
+
+ Table
+ Mission
+ Name
+ ART-XC ('')
+ eRosita ('')
+ Type
+
+
+
+ {% endif %}
+ {% endfor %}
+
+
+ {% heasarc_linked_to src obj as linked %}
+ {% if linked %}
+ Linked remove
+ {% else %}
+ link
+ {% endif %}
+
+
+{{ obj.description|remove_heasarc }}
+ {% if obj.observatory %}{{ obj.observatory }} ({{ obj.database_table }}){% endif %}
+
+ {{ obj.name }}
+
+ ads
+
+
+ {{ obj.separation|floatformat:3 }}
+ {% if obj.erosita_separation %}{{ obj.erosita_separation |floatformat:3 }}{% endif %}
+
+ {% if obj.class_id != 9999 %}
+ {{ obj.object_class.class_name }}
+ {% endif %}
+
+
+ Radio: NVSS
+
+
+
+
+
+
+
+
+ {% for obj in nvss %}
+
+ NVSS
+ RA
+ Dec
+ ART-XC ('')
+ eRosita ('')
+ S1.4 (mJy)
+ Clean
+
+
+
+ {% endfor %}
+
+
+ {{ obj.name }} VizieR
+ {{ obj.ra|floatformat:4 }}° (± {{ obj.e_ra|floatformat:2 }}'')
+ {{ obj.dec|floatformat:4 }}° (± {{ obj.e_dec|floatformat:2 }}'')
+ {{ obj.separation|floatformat:2 }}
+ {% if obj.erosita_separation %}{{ obj.erosita_separation|floatformat:2 }}{% endif %}
+ {{ obj.S14|floatformat:2 }} ± {{ obj.e_S14|floatformat:2 }}
+
+ {% if src.nvss_primary.pk == obj.pk %}
+ Attached
+ {% else %}
+ Primary
+ {% endif %}
+
+
+ Radio: FIRST
+
+
+
+
+
+
+
+
+ {% for obj in first %}
+
+ FIRST
+ RA
+ Dec
+ ART-XC ('')
+ eRosita ('')
+ Fpeak (mJy)
+ Fint (mJy)
+ RMS (mJy)
+ Major axis ('')
+ Minor axis ('')
+ Clean
+
+
+
+ {% endfor %}
+
+
+ {{ obj.name }} VizieR
+ {{ obj.ra|floatformat:4 }}°
+ {{ obj.dec|floatformat:4 }}°
+ {{ obj.separation|floatformat:2 }}
+ {% if obj.erosita_separation %}{{ obj.erosita_separation|floatformat:2 }}{% endif %}
+ {{ obj.Fpeak|floatformat:2 }}
+ {{ obj.Fint|floatformat:2 }}
+ {{ obj.rms|floatformat:2 }}
+ {{ obj.major_axis|floatformat:2 }}
+ {{ obj.minor_axis|floatformat:2 }}
+
+ {% if src.first_primary.pk == obj.pk %}
+ Attached
+ {% else %}
+ Primary
+ {% endif %}
+
+
+ Radio: SUMSS
+
+
+
+
+
+
+
+
+ {% for obj in sumss %}
+
+ SUMSS
+ RA
+ Dec
+ ART-XC ('')
+ eRosita ('')
+ Sp (mJy)
+ St (mJy)
+ Major axis ('')
+ Minor axis ('')
+ Clean
+
+
+
+ {% endfor %}
+
+
+ {{ obj.name }} VizieR
+ {{ obj.ra|floatformat:4 }}°
+ {{ obj.dec|floatformat:4 }}°
+ {{ obj.separation|floatformat:2 }}
+ {% if obj.erosita_separation %}{{ obj.erosita_separation|floatformat:2 }}{% endif %}
+ {{ obj.Sp|floatformat:2 }} ± {{ obj.e_Sp|floatformat:2 }}
+ {{ obj.St|floatformat:2 }} ± {{ obj.e_St|floatformat:2 }}
+ {{ obj.major_axis|floatformat:2 }}
+ {{ obj.minor_axis|floatformat:2 }}
+
+ {% if src.sumss_primary.pk == obj.pk %}
+ Attached
+ {% else %}
+ Primary
+ {% endif %}
+
+
+ Radio: VLASS
+
+
+
+
+
+
+
+
+ {% for obj in vlass %}
+
+ VLASS
+ RA
+ Dec
+ ART-XC ('')
+ eRosita ('')
+ Ftot
+ Fpeak
+ Clean
+
+
+
+ {% endfor %}
+
+
+ {{ obj.name }}
+
+VizieR 1''
+
+
+ {{ obj.ra|floatformat:4 }}° (± {{ obj.e_ra|floatformat:2 }}'')
+ {{ obj.dec|floatformat:4 }}° (± {{ obj.e_dec|floatformat:2 }}'')
+ {{ obj.separation|floatformat:2 }}
+ {% if obj.erosita_separation %}{{ obj.erosita_separation|floatformat:2 }}{% endif %}
+ {{ obj.ftot|floatformat:2 }} ± {{ obj.e_ftot|floatformat:2 }}
+ {{ obj.fpeak|floatformat:2 }} ± {{ obj.e_fpeak|floatformat:2 }}
+
+ {% if src.vlass_primary.pk == obj.pk %}
+ Attached
+ {% else %}
+ Primary
+ {% endif %}
+
+
+ GAIA EDR3: Bailer-Jones (2021) ({{ bj2021.count }} matches)
+
+
+
+
+
+
+ Gaia DR3 Part 1. Main source (2022) ({{ gaiadr3.count }} matches)
+
+
+
+
+
+
+Simbad
+
+
+
+
+
+
+{% endif %}
+
+ {% if gaia_plx %}
+
+Gaia "star / parallax" counterparts ({{ gaia_plx.count }})
+
+
+
+
+
+
+ {% endif %}
+
+
+ {% if gaia_pm %}
+
+Gaia "star / proper motion" counterparts ({{ gaia_pm.count }})
+
+
+
+
+
+
+ {% endif %}
+
+ {% if gaia_ex %}
+
+Gaia "other" counterparts ({{ gaia_ex.count }})
+
+
+
+
+
+
+
+ {% endif %}
+
+
+{% if allwise %}
+ AllWISE counterparts ({{ allwise.count }})
+
+
+
+
+
+
+
+
+
+ Other SRGA sources in this field plate
+
+
+
+
+
+
+
+
+
+
+
+
+ Survey
+ {% for b in bands %}
+ {{ b }}
+ {% endfor %}
+
+
+
+
+
+ {% for s in surveys %}
+
+
+ {% for b in bands %}
+ (>5σ)
+ {% endfor %}
+
+
+
+ {% endfor %}
+
+
+ {{ forloop.counter }}
+ {{ s }}
+ {% if s.notes %}{% endif %}
+
+ {% for b in bands %}
+ {{ s|get_total:b}} ({{ s|get_total_5sigma:b}})
+ {% endfor %}
+ {{ request.user.artsurveyparams.survey }} {{ request.user.artsurveyparams.get_band_display }} ({{ request.user.artsurveyparams.band }})
+
+
+
+ Total {{ ntotal }}
+
+ {% endif %}
+ 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 %}
+
+
+
+
+
+
+
+
+
+
+
+ {% for src in srcs %}
+ {% if src.exclude == False %}
+
+
+ Name
+
+
+ RA
+ Dec
+ Flux
+ DETLIKE
+ CName
+ Class
+ Refs
+
+
+ {% endif %}
+ {% endfor %}
+
+ N{{ forloop.counter|stringformat:"03d" }}
+
+ &
+ {% if src.cname == 'NEW X-RAY SOURCE' %}
+ {\bf {{ src.name }} }
+ {% else %}
+ {{ src.name }}
+ {% endif %}
+
+
+
+ & {{ src.ra|floatformat:4 }}
+ & {{ src.dec|floatformat:4 }}
+
+& {{ src.get_flux_str_m11power }}
+
+& {{ src.get_detlike100 }}
+&
+ {% if not src.cname == 'NEW X-RAY SOURCE' %}
+ {{ src.cname }}
+ {% endif %}
+
+
+
+ & {{ src.get_otype }}
+
+
+
+
+& {% if src.refs %}{{ src.refs }}{% endif %} \\
+
+
+
+ References
+
+
+{% for key, value in refdict.items %}
+({{ value }}) {{ key }},
+{% endfor %}
+
+
+
+Paper Notes
+
+{% for src in srcs %}{% if src.notes_paper %}\subsection{ {{ src.name }} }
+{{ src.notes_paper|safe }}
+
+
{% endif %}{% endfor %}
+Bibtex for Paper Notes
+
+{% for bib in bibtex_paper %}
+{{ bib|safe }}
+
+
+
+{% endfor %}
+Bibtex for Source Papers
+
+{% for bib in bibtex %}
+{{ bib|safe }}
+
+
+ {% endif %}
+
+
+
+{% endfor %}
+Источники, переданные турецким коллегам. Отсортировано по RA.
+
+
+
+
+ {% if srcs %}
+
+
+
+
+ {% endif %}
+
+
+
+
+
+
+ {% for src in srcs %}
+
+
+
+ Name
+ RA
+ Dec
+ Sources
+
+
+
+ {% endfor %}
+
+ {{ forloop.counter }}
+
+ {{ src.name }}
+
+ M{{ src.artsurveysource_set.all.count }}
+ {% if src.comments.count %}{% endif %}
+
+
+ {{ src.ra|floatformat:4 }}
+ {{ src.dec|floatformat:4 }}
+
+ {% for s in src.artsurveysource_set.all %}
+ {% if s.turkish %}T{% else %} {% endif %} {{ s.name }} {{ s.survey }} {{ s.band.slug }} {% if s.turkish_date %}{{ s.turkish_date|date:"d.m.Y" }}{% endif %}
+
+
+
+ {% endfor %}
+
+ ArtSurvey {{ survey }}
+
+
+
+{% for type in types %}
+
+
+
+{% endfor %}
+{{ type.class_id }}
+{{ type }}
+
+{% if survey %}
+{% call_artsurvey_types_count type survey %}
+{% else %}
+{{ type.get_artsurvey_count_all }}
+{% endif %}
+
+Full list of HEASARC object Types
+
+{{ src }}
+ Type: {{ src.object_class }},
+ CName: {{ src.cname }}
+
+
+ {{ form }}
+
+
+ {% trans 'Attach file to' %}: {{ source }}
+
+
+
+ {{ form }}
+
+
+
+
+{{ src }}
+
+
+ {{ form }}
+
+
+ {{ src }}
+ Type: {{ src.object_class }},
+ CName: {{ src.cname }}
+
+ Source list {{ cat.obsid }} ({{ cat.nrows }} rows)
+ Matched only ({{ match_count }}) |
+ Not matched ({{ nomatch_count }}) |
+ Transients ({{ trans_count }})
+ {% if gaia_match_count %}| Gaia ({{ gaia_match_count }}){% endif %}
+
+
+ {% if srcs %}
+
+
+
+
+
+ {% endif %}
+
+{% endif %}
+
+{% if ztf_alerts %}
+
+
+
+
+
+
+
+
+
+
+
+ {% endif %}
+
+
+{% endblock %}
diff --git a/Templates/astrobasis/magnitude.html b/Templates/astrobasis/magnitude.html
new file mode 100644
index 0000000..281f1fa
--- /dev/null
+++ b/Templates/astrobasis/magnitude.html
@@ -0,0 +1,45 @@
+{% extends "mdb.html" %}
+{% load i18n %}
+
+{% block header %}
+
+
+
+
+ {% for src in srcs %}
+ Source name
+ N/Match
+ RA
+ Dec
+ DET_LIKE_0
+ ML_FLUX_0
+ Rate
+ Flux
+
+
+ {% endfor %}
+
+
+
+
+
+
+ {{ 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 }}
+ Add magnitude for {{ src }}, which is optical counterpart of {{ base }}
+
+
+
+
+ {{ form }}
+
+
+Specific {{ alerce.oid }} fields:
+
+
+
+Magnitute
+ mean_magap_g = {{ alerce.mean_magap_g|floatformat:2 }} {% if alerce.sigma_magap_g %}+/- {{ alerce.sigma_magap_g|floatformat:2 }}{% endif %}
+ mean_magap_r = {{ alerce.mean_magap_r|floatformat:2 }} {% if alerce.sigma_magap_r %}+/- {{ alerce.sigma_magap_r|floatformat:2 }}{% endif %}
+
+ mean_magpsf_g = {{ alerce.mean_magpsf_g|floatformat:2 }} {% if alerce.sigma_magpsf_g %}+/- {{ alerce.sigma_magpsf_g|floatformat:2 }}{% endif %}
+ mean_magpsf_r = {{ alerce.mean_magpsf_r|floatformat:2 }} {% if alerce.sigma_magpsf_r %}+/- {{ alerce.sigma_magpsf_r|floatformat:2 }}{% endif %}
+
healpix_source: {{ alerce.healpix }}, healpix_plate: {{ alerce.healpix_plate }}, loaded: {{ alerce.created|date:"d.m.Y H:i" }}
+ +{% endif %} +{% endblock %} diff --git a/Templates/astrobasis/update_usercat.html b/Templates/astrobasis/update_usercat.html new file mode 100644 index 0000000..9f2a014 --- /dev/null +++ b/Templates/astrobasis/update_usercat.html @@ -0,0 +1,49 @@ +{% extends "mdb.html" %} +{% load i18n %} + +{% block header %} ++
+
+
+
+
+
+
+
+
+
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 }} | +
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" }}
+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" }} | +
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 %} +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 %} + | +
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" }} | +
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" }} | +
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" }} | +
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" }} | +
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 %} + | +
ObsID | +Name | +Offset (arcsec) | +Exposure (sec) | +Notes | +
---|---|---|---|---|
{{ hsrc.obsid }} | ++ {{ hsrc.name }} + | +{{ hsrc.separation|floatformat:3 }} | +{{ hsrc.exposure }} | +PI: {{ hsrc.pi }}, {{ hsrc.category }} | +
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 %} + |
+
last updated | +order col | +type filter | +class filter | +status filter | +followup filter | +quality | +src per page | +{{cat.stop}} | ++ | + | + | + | + | + | + + | + + + + + +
---|
Source name + + | +l | +b | +start date + + + | +stop date + + + | +
+
+
+
+
+ |
+flux + + + | +max ratio + + + + | +min ratio + + + + | + + ++ | Simbad class + | +Simbad z | +SRGz | +
+
+
+
+
+ |
+comments | +
+
+
+
+
+ |
+ztf (class + + , sep " + +) | +
+
+
+
+
+ |
+
+
+
+
+
+ |
+
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+
+{{ src.name }}{% if src.EXT_LIKE > 10 %} ext! {% endif %} + |
+{{ src.lii|floatformat:-3 }} | +{{ src.bii|floatformat:-3 }} | +{{ src.tstart|date:'Y-m-d' }} | +{{ src.tstop|date:'Y-m-d' }} | +{% if src.erositatransient.onlydetection%}V{%else%}T{%endif%}{{src.survey}} | +{{ src.sxflux|stringformat:"1.1e" }} | +{{src.erositatransient.ratio_to_maxxflux|floatformat:-1}} | +{{src.erositatransient.ratio_to_minxflux|floatformat:-1}} | +{% if src.erositatransient.plx %} + {% endif %} | +{% if src.erositatransient.sclass %}{{ src.erositatransient.sclass }}{% endif %} | +{% if src.erositatransient.z and src.erositatransient.z != "nan" %}{{ src.erositatransient.z }}{% endif %} | ++ | + +{{ src.srcclass }} + | ++{% if src.sourcecomment_set.all %} + + + + + +{% endif %} | ++ {{src.erositatransient.pavel_qual}} + | +{% if src.erositatransient.ztfcl %} {{ src.erositatransient.ztfcl }}, {{ src.erositatransient.ztfcl_sep|floatformat:-1 }}" {% endif %} | +{{src.srcstatus}} | +{{src.followup}} | +
Source name | +l | +b | +obs date + + + | +DET_LIKE_0 + + + | +flux + + + | +max X-ray companion flux + + + + (name, ratio + + + ) | + +Simbad class + + (name, sep " + + + ) | +Gaia | +ztf (class + + , sep " + +) | +comments | +
---|---|---|---|---|---|---|---|---|---|---|
+
+{{ src.name }}{% if src.EXT_LIKE > 10 %} ext! {% endif %} + |
+{{ src.lii|floatformat:-3 }} | +{{ src.bii|floatformat:-3 }} | +{{ src.tstart|date:'Y-m-d' }}--{{ src.tstop|date:'Y-m-d' }} | +{{ src.DET_LIKE_0|stringformat:"1.3e" }} | +{{ src.sxflux|stringformat:"1.1e" }} | +{% if src.max_companion_xflux %}{{ src.max_companion_xflux|stringformat:"1.1e" }}({{src.max_com_name}}, {{src.max_com_sep|floatformat:-1}}", {{src.ratio_to_maxxflux|floatformat:-1}})
+ {% else %} {{src.rasslim|stringformat:"1.1e"}} ({{src.rasslimratio|floatformat:-1}}) {% endif %} |
+
+ {% if src.sclass %}{{ src.sclass }} +, {% if sdssz %}z={{ src.sdssz }}(sdss){% else %}{% if src.ssz and src.ssz != "nan" %}z={{ src.ssz }}{% endif %}{% endif %}{% endif %} | +{% if src.plx %} + {% endif %} | +{% if src.ztfcl %} {{ src.ztfcl }}, {{ src.ztfcl_sep|floatformat:-1 }}" {% endif %} | ++{% if src.sourcecomment_set.all %} + + + + + +{% endif %} | +
Source name | +ra | +dec | +flux and aux info | +offset, " | +catalog | +
---|---|---|---|---|---|
{{ csrc.connected.name }} | +{{ csrc.connected.ra|floatformat:3 }} | +{{ csrc.connected.dec|floatformat:3 }} | ++ {% if csrc.connected.sxflux > 0 %} {{ csrc.connected.sxflux|stringformat:"1.1e" }}(X-ray 0.5-2 keV){% endif %} + {% if csrc.connected.gaiasource %} + {{ csrc.connected.gaiasource.phot_g_mean_mag|floatformat:-1 }}(G mag) + + plx={{csrc.connected.gaiasource.parallax|floatformat:-2}}±{{csrc.connected.gaiasource.parallax_error|floatformat:-2}}, + pmra={{csrc.connected.gaiasource.pmra|floatformat:-2}}±{{csrc.connected.gaiasource.pmra_error|floatformat:-2}}, + pmdec={{csrc.connected.gaiasource.pmdec|floatformat:-2}}±{{csrc.connected.gaiasource.pmdec_error|floatformat:-2}} + + {% endif %} + {% if csrc.connected.sdssspec %}z={{csrc.connected.sdssspec.z|stringformat:"1.2e"}}{% endif %} + {% if csrc.connected.ztfoid %}ztf classrf: {{csrc.connected.ztfoid.classrf}}, g {{csrc.connected.ztfoid.mean_magap_g|floatformat:-1}}, r {{csrc.connected.ztfoid.mean_magap_r|floatformat:-1}}{% endif %} + {% if csrc.connected.simbadsource %} class={{csrc.connected.simbadsource.obj_class}} {%if csrc.connected.simbadsource.z > 0.0001 %} z={{csrc.connected.simbadsource.z}} {% endif %} {% endif %} + | +{{ csrc.separation|floatformat:3 }} | +{{ csrc.connected.catalog.first.name }} | +
{{comment.author.username}} ({{comment.created}})
+{{src.sourcecomment_set.last.author.username}} ({{src.sourcecomment_set.last.created}})
+Source name | +ra | +dec | +G mag | +plx | +pmra | +pmdec | +offset, " | +
---|---|---|---|---|---|---|---|
{{ csrc.name }} | +{{ csrc.ra|floatformat:5 }} | +{{ csrc.dec|floatformat:5 }} | ++ {{ csrc.gaiasource.phot_g_mean_mag|floatformat:-1 }} + | ++ {{csrc.gaiasource.parallax|floatformat:-2}}±{{csrc.gaiasource.parallax_error|floatformat:-2}} + | ++ {{csrc.gaiasource.pmra|floatformat:-2}}±{{csrc.gaiasource.pmra_error|floatformat:-2}} + | ++ {{csrc.gaiasource.pmdec|floatformat:-2}}±{{csrc.gaiasource.pmdec_error|floatformat:-2}} + | +{{ csrc.sep|floatformat:3 }} | +
Source name | +ra | +dec | +class & z | +offset, " | +
---|---|---|---|---|
{{ csrc.name }} | +{{ csrc.ra|floatformat:3 }} | +{{ csrc.dec|floatformat:3 }} | ++ class={{csrc.simbadsource.obj_class}} {%if csrc.simbadsource.z > 0.0001 %} z={{csrc.simbadsource.z}} {% endif %} + | +{{ csrc.sep|floatformat:3 }} | +
Source name | +ra | +dec | +flux, erg/s | +offset, " | +catalog | +
---|---|---|---|---|---|
{{ csrc.name }} | +{{ csrc.ra|floatformat:3 }} | +{{ csrc.dec|floatformat:3 }} | ++ {{ csrc.sxflux|stringformat:"1.1e" }} + | +{{ csrc.sep|floatformat:3 }} | +{{ csrc.catalog.first.name }} | +
Source name | +ra | +dec | +class, Mag | +offset, " | +
---|---|---|---|---|
{{ csrc.name }} | +{{ csrc.ra|floatformat:3 }} | +{{ csrc.dec|floatformat:3 }} | ++ ztf classrf: {{csrc.connected.ztfoid.classrf}}, g {{csrc.connected.ztfoid.mean_magap_g|floatformat:-1}}, r {{csrc.connected.ztfoid.mean_magap_r|floatformat:-1}} + | +{{ csrc.sep|floatformat:3 }} | +
Source name | +ra | +dec | +W1 | +W2 | +W3 | +W4 | +offset, " | +
---|---|---|---|---|---|---|---|
{{ csrc.name }} | +{{ csrc.ra|floatformat:3 }} | +{{ csrc.dec|floatformat:3 }} | +{{ csrc.w1mag|floatformat:3 }} | +{{ csrc.w2mag|floatformat:3 }} | +{{ csrc.w3mag|floatformat:3 }} | +{{ csrc.w4mag|floatformat:3 }} | +{{ csrc.sep|floatformat:3 }} | +
{{comment.author.username}} ({{comment.created}})
+{% if comment.author == user %} + + +{% endif %} +Name | +N/Match | +RA | +Dec | +DET_LIKE_0 | +ML_FLUX_0 | +ML_RATE_0 | ++ | + |
---|---|---|---|---|---|---|---|---|
+ {{ src.name }} {{ src.id_src }} + | +{{ src.heasarc.all.count }} | +{{ src.ra|floatformat:3 }} | +{{ src.dec|floatformat:2 }} | +{{ src.DET_LIKE_0|floatformat:2 }} | +{{ src.ML_FLUX_0|stringformat:"1.1e" }} ± {{ src.ML_FLUX_ERR_0|stringformat:"1.1e" }} | ++ {{ src.ML_RATE_0|floatformat:4 }} ± {{ src.ML_RATE_ERR_0|floatformat:4 }} + | + + ++ {{ src.xmm_name }} + | ++ {% if src.simbad.count == 1 %} + {% for simbad in src.simbad.all %} + {{ simbad.obj_class }} + {% endfor %} + {% endif %} + + | +
Table | +Name | +RA | +Dec | +Lon | +Lat | + +Error (arcsec) | +Offset (arcsec) | +Notes | +
---|---|---|---|---|---|---|---|---|
{{ src.description|remove_heasarc }} | ++ {{ src.name }} + | +{{ src.ra|floatformat:3 }} | +{{ src.dec|floatformat:3 }} | +{{ src.lii|floatformat:3 }} | +{{ src.bii|floatformat:3 }} | + +{% if src.error_radius > 0 %}{{ src.error_radius|floatformat:2 }}{% endif %} | +{{ src.separation|floatformat:3 }} | ++ {% if src.description == 'HeasarcCSC' %} + {% if src.extent_flag == 'T' %}extended{% endif %} + {% endif %} + | +
Mission | +Name | +Offset (arcsec) | +Type | +
---|---|---|---|
{{ src.observatory }} ({{ src.database_table }}) | ++ {{ src.name }} + | +{{ src.separation|floatformat:3 }} | ++ {% if src.class_id != 9999 %} + {{ src.object_class.class_name }} + {% endif %} + | +
ObsID | +Name | +Offset (arcsec) | +Exposure (sec) | +Notes | +
---|---|---|---|---|
{{ src.obsid }} | ++ {{ src.name }} + | +{{ src.separation|floatformat:3 }} | +{{ src.exposure }} | +PI: {{ src.pi }}, {{ src.category }} | +
Source catalog with ObsID {{ cat.obsid }} is loaded to SRG-ArXiv database.
+ +The catalog can be found here, or using this link: http://arxiv.srg.rssi.ru/{{ cat.get_absolute_url }}.
+ +Dates: {{ cat.start|date:"d M Y H:i:s" }} - {{ cat.stop|date:"d M Y H:i:s" }}, MJD: {{ cat.mjd_start|floatformat:4 }} - {{ cat.mjd_stop|floatformat:4 }}, eRoDays: {{ cat.eroday_start }} - {{ cat.eroday_stop }}
+ +This SRG-ArXiv service email is sent to all registered users of arxiv.srg.rssi.ru within group srg-erosita-transients. + +
This message is intended for the use of the addressee or addressees only. The unauthorised disclosure, use, dissemination or copying (either in whole or in part) of its content is not permitted. If you received this message in error, please notify the sender and delete it from your system.
+ diff --git a/Templates/erotrans/index.html b/Templates/erotrans/index.html new file mode 100644 index 0000000..6e33f5b --- /dev/null +++ b/Templates/erotrans/index.html @@ -0,0 +1,527 @@ +{% 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 %} +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" }}
+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" }} | +
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 %} +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 %} + | +
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" }} | +
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" }} | +
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" }} | +
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" }} | +
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 %} + | +
ObsID | +Name | +Offset (arcsec) | +Exposure (sec) | +Notes | +
---|---|---|---|---|
{{ hsrc.obsid }} | ++ {{ hsrc.name }} + | +{{ hsrc.separation|floatformat:3 }} | +{{ hsrc.exposure }} | +PI: {{ hsrc.pi }}, {{ hsrc.category }} | +
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 %} + |
+
Source name | +l | +b | +obs date | +DET_LIKE_0 | +flux | +rosat | +xmm | +sxps | +chandra | +redshift | parallax | pm | +offset, " | +Simbad classes | +
---|---|---|---|---|---|---|---|---|---|---|---|---|
+ {{ src.name }} {% if src.heasarc.exists %} H{% endif %} {% if src.gaia.exists %} G{% endif %}{% if src.sdss_spec.exists %} S {% endif %}{% if src.simbad.exists %} Sb{% endif %} + {% if src.green.exists %} !Near SNR! {% endif %} + | +{{ src.lii|floatformat:-3 }} | +{{ src.bii|floatformat:-3 }} | +{{ src.catalog.start|date:'Y-m-d' }} | +{{ src.DET_LIKE_0|stringformat:"1.3e" }} | +{{ src.flux|stringformat:"1.1e" }} | +{% if src.rassratio %}{{ src.rassratio|stringformat:"1.1e" }}{% else %}{{ src.rlimratio|stringformat:"1.1e" }}{%endif%} | +{{ src.xmmratio|stringformat:"1.1e" }} | +{{ src.sxpsratio|stringformat:"1.1e" }} | +{{ src.cscratio|stringformat:"1.1e" }} | +{% if src.z %}z={{ src.z|floatformat:-5 }}; {% elif src.sz %} z= {{src.sz|floatformat:-5}}; {% elif src.fz %} z={{ src.fz|floatformat:-5 }}; {% endif %} + {% if src.plx %}plx={{ src.plx|floatformat:-5 }}; {% elif src.pmr %}pm={{ src.pmr|floatformat:-5 }}; {% elif src.pmd %} pm={{src.pmd|floatformat:-5 }}; {% endif %} + | +{{ src.offset|floatformat:3}} | +{{ src.sclass}} | +
Source name | +l | +b | +obs date | +DET_LIKE_0 | +flux | +rosat | +xmm | +sxps | +chandra | +redshift | parallax | pm | +offset, " | +
---|---|---|---|---|---|---|---|---|---|---|---|
+ {{ src.name }} {% if src.heasarc.exists %} H{% endif %} {% if src.gaia.exists %} G{% endif %}{% if src.sdss_spec.exists %} S {% endif %}{% if src.simbad.exists %} Sb{% endif %} + | +{{ src.lii|floatformat:1 }} | +{{ src.bii|floatformat:1 }} | +{{ src.catalog.start|date:'Y-m-d' }} | +{{ src.DET_LIKE_0|stringformat:"1.1e" }} | +{{ src.flux|stringformat:"1.1e" }} | +{% if src.rassratio %}{{ src.rassratio|stringformat:"1.1e" }}{% else %}{{ src.rlimratio|stringformat:"1.1e" }}{%endif%} | +{{ src.xmmratio|stringformat:"1.1e" }} | +{{ src.sxpsratio|stringformat:"1.1e" }} | +{{ src.cscratio|stringformat:"1.1e" }} | +{% if src.z %}z={{ src.z|floatformat:-5 }}; {% elif src.sz %} z= {{src.sz|floatformat:-5}}; {% elif src.fz %} z={{ src.fz|floatformat:-5 }}; {% endif %} + {% if src.plx %}plx={{ src.plx|floatformat:-5 }}; {% elif src.pmr %}pm={{ src.pmr|floatformat:-5 }}; {% elif src.pmd %} pm={{src.pmd|floatformat:-5}}; {% endif %} + | +{{ src.offset|floatformat:3}} | +
Table | +Name | +RA | +Dec | +Lon | +Lat | + +Error (arcsec) | +Offset (arcsec) | +Notes | +Scaled flux | +
---|---|---|---|---|---|---|---|---|---|
{{ src.description|remove_heasarc }} | ++ {{ src.name }} + | +{{ src.ra|floatformat:3 }} | +{{ src.dec|floatformat:3 }} | +{{ src.lii|floatformat:3 }} | +{{ src.bii|floatformat:3 }} | + +{% if src.error_radius > 0 %}{{ src.error_radius|floatformat:2 }}{% endif %} | +{{ src.separation|floatformat:3 }} | ++ {% if src.description == 'HeasarcCSC' %} + {% if src.extent_flag == 'T' %}extended{% endif %} + {% endif %} + | ++ + | +
Mission | +Name | +Offset (arcsec) | +Type | +
---|---|---|---|
{{ src.observatory }} ({{ src.database_table }}) | ++ {{ src.name }} + | +{{ src.separation|floatformat:3 }} | ++ {% if src.class_id != 9999 %} + {{ src.object_class.class_name }} + {% endif %} + | +
ObsID | +Name | +Offset (arcsec) | +Exposure (sec) | +Notes | +
---|---|---|---|---|
{{ src.obsid }} | ++ {{ src.name }} + | +{{ src.separation|floatformat:3 }} | +{{ src.exposure }} | +PI: {{ src.pi }}, {{ src.category }} | +
Имя | +Фамилия | +Аккаунт | +Авторизация | +
---|---|---|---|
{{ user.first_name }} | +{{ user.last_name }} | +{{ user }} | +{% if user.last_login %}{{ user.last_login|date:"d.m.Y" }}{% endif %} | +
+Search in VizieR 5'' | ZTF ALERCE 5'' +
+ + ++
Name | +Notes | +RA | +Dec | +Offset ('') | +Optical Bands | ++ | |
---|---|---|---|---|---|---|---|
{{ usersrc.name }} | ++ {% if usersrc.notes %}{% endif %} + | +{{ usersrc.ra|floatformat:4}} | +{{ usersrc.dec|floatformat:4}} | +{{ usersrc.separation|floatformat:4}} | ++ [+] + {% for magn in usersrc.magnitudes.all %} + {{ magn.band }} {{ magn.magn }} ± {{ magn.error}} [del], + {% endfor %} + + | ++ Edit + | ++ Delete + | + +
+
abs(parallax) > 4*parallax_error+ + +
Name | +RA | +Dec | +Offset ('') | +Parallax | +Parallax error | +pmra | +pmra_error | +pmdec | +pmdec_error | +Mag | +{% if src.gaia3_primary %}Clean{% endif %} | +
---|---|---|---|---|---|---|---|---|---|---|---|
{{ gaiasrc.name }} VizieR | +{{ gaiasrc.ra|floatformat:4}} | +{{ gaiasrc.dec|floatformat:4}} | +{{ gaiasrc.separation|floatformat:2 }} | +{{ gaiasrc.parallax|floatformat:3 }} | +{{ gaiasrc.parallax_error|floatformat:3 }} | +{{ gaiasrc.pmra|floatformat:3 }} | +{{ gaiasrc.pmra_error|floatformat:3 }} | +{{ gaiasrc.pmdec|floatformat:3 }} | +{{ gaiasrc.pmdec_error|floatformat:3 }} | +{{ gaiasrc.phot_g_mean_mag|stringformat:".1f" }} | ++ {% if src.gaia3_primary.pk == gaiasrc.pk %} + Attached + {% else %} + Primary + {% endif %} + | +
+
abs(pmra) > 4*pmra_error OR abs(pmdec) > 4*pmdec_error+ + +
Name | +RA | +Dec | +Offset ('') | +Parallax | +Parallax error | +pmra | +pmra_error | +pmdec | +pmdec_error | +Mag | +{% if src.gaia3_primary %}Clean{% endif %} | +
---|---|---|---|---|---|---|---|---|---|---|---|
{{ gaiasrc.name }} | +{{ gaiasrc.ra|floatformat:4}} | +{{ gaiasrc.dec|floatformat:4}} | +{{ gaiasrc.separation|floatformat:2 }} | +{{ gaiasrc.parallax|floatformat:3 }} | +{{ gaiasrc.parallax_error|floatformat:3 }} | +{{ gaiasrc.pmra|floatformat:3 }} | +{{ gaiasrc.pmra_error|floatformat:3 }} | +{{ gaiasrc.pmdec|floatformat:3 }} | +{{ gaiasrc.pmdec_error|floatformat:3 }} | +{{ gaiasrc.phot_g_mean_mag|stringformat:".1f" }} | ++ {% if src.gaia3_primary.pk == gaiasrc.pk %} + Attached + {% else %} + Primary + {% endif %} + | +
+
exclude { abs(pmra) > 4*pmra_error OR abs(pmdec) > 4*pmdec_error OR abs(pmra) > 4*pmra_error OR abs(pmdec) > 4*pmdec_error OR abs(parallax) > 4*parallax_error }+ + +
Name | +RA | +Dec | +Offset ('') | +Parallax | +Parallax error | +pmra | +pmra_error | +pmdec | +pmdec_error | +Mag | +{% if src.gaia3_primary %}Clean{% endif %} | +
---|---|---|---|---|---|---|---|---|---|---|---|
{{ gaiasrc.name }} | +{{ gaiasrc.ra|floatformat:4}} | +{{ gaiasrc.dec|floatformat:4}} | +{{ gaiasrc.separation|floatformat:2 }} | +{% if gaiasrc.parallax < 100 %}{{ gaiasrc.parallax|floatformat:3 }}{% else %}N/A{% endif %} | +{% if gaiasrc.parallax_error < 100 %}{{ gaiasrc.parallax_error|floatformat:3 }}{% else %}N/A{% endif %} | +{% if gaiasrc.pmra < 100 %}{{ gaiasrc.pmra|floatformat:3 }}{% else %}N/A{% endif %} | +{% if gaiasrc.pmra_error < 100 %}{{ gaiasrc.pmra_error|floatformat:3 }}{% else %}N/A{% endif %} | +{% if gaiasrc.pmdec < 100 %}{{ gaiasrc.pmdec|floatformat:3 }}{% else %}N/A{% endif %} | +{% if gaiasrc.pmdec_error < 100 %}{{ gaiasrc.pmdec_error|floatformat:3 }}{% else %}N/A{% endif %} | +{% if gaiasrc.phot_g_mean_mag < 100 %}{{ gaiasrc.phot_g_mean_mag|stringformat:".1f" }}{% else %}N/A{% endif %} | ++ {% if src.gaia3_primary.pk == gaiasrc.pk %} + Attached + {% else %} + Primary + {% endif %} + | +
Name | +RA | +Dec | +Error ('') | +Offset ('') | +J | +H | +K | +Band 1 | +Band 2 | +Band 3 | +Band 4 | +dup | +qual | +{% if src.glimpse_primary %}Clean{% endif %} | +
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ obj.name }} | +{{ obj.ra|floatformat:4 }} | +{{ obj.dec|floatformat:4 }} | +{{ obj.error_radius|floatformat:2 }} | +{{ obj.separation|floatformat:2 }} | +{{ obj.jmag|safe }} | +{{ obj.hmag|safe }} | +{{ obj.kmag|safe }} | +{{ obj.b1mag|safe }} ± {{ obj.e_b1mag|safe }} | +{{ obj.b2mag|safe }} ± {{ obj.e_b2mag|safe }} | +{{ obj.b3mag|safe }} ± {{ obj.e_b3mag|safe }} | +{{ obj.b4mag|safe }} ± {{ obj.e_b4mag|safe }} | +{{ obj.dupflag|safe }} | +{{ obj.qualflag|safe }} | ++ {% if src.glimpse_primary.pk == obj.pk %} + Attached + {% else %} + Primary + {% endif %} + | +
Name | +RA | +Dec | +Error ('') | +Offset ('') | +Jmag | +Hmag | +Kmag | +qkfg | +rkfg | +bkfg | +ckfg | +prox | +xflg | +aflg | +{% if src.twomass_primary %}Clean{% endif %} | +
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ obj.name }} | +{{ obj.ra|floatformat:4 }} | +{{ obj.dec|floatformat:4 }} | +{{ obj.error_radius|floatformat:2 }} | +{{ obj.separation|floatformat:2 }} | +{{ obj.jmag|safe }} ± {{ obj.e_jmag|safe }} | +{{ obj.hmag|safe }} ± {{ obj.e_hmag|safe }} | +{{ obj.kmag|safe }} ± {{ obj.e_kmag|safe }} | +{{ obj.qkfg|safe }} | +{{ obj.rkfg|safe }} | +{{ obj.bkfg|safe }} | +{{ obj.ckfg|safe }} | +{{ obj.prox|safe }} | +{{ obj.xflg|safe }} | +{{ obj.aflg|safe }} | ++ {% if src.twomass_primary.pk == obj.pk %} + Attached + {% else %} + Primary + {% endif %} + | +
Name | +RA | +Dec | +Error ('') | +Offset ('') | +w1mag | +w2mag | +w1-w2 | +{% if src.allwise_primary %}Clean{% endif %} | +
---|---|---|---|---|---|---|---|---|
{{ obj.name }} NEOWISE csv | +{{ obj.ra|floatformat:4 }} | +{{ obj.dec|floatformat:4 }} | +{{ obj.error_radius|floatformat:2 }} | +{{ obj.separation|floatformat:2 }} | ++ {% if obj.W1mag %} + {{ obj.W1mag|floatformat:2 }} ± {{ obj.e_W1mag|floatformat:2 }} + {% endif %} + | ++ {% if obj.W2mag %} + {{ obj.W2mag|floatformat:2 }} ± {{ obj.e_W2mag|floatformat:2 }} + {% endif %} + | ++ {{ obj.w1w2|floatformat:2 }} ± {{ obj.w1w2_error|floatformat:2 }} + | ++ {% if src.allwise_primary.pk == obj.pk %} + Attached + {% else %} + Primary + {% endif %} + | +
Name | +RA | +Dec | +Offset ('') | +Ftot | +Fpeak | +Dupl. [help] | +Qual. [help] | +{% if src.vlass_primary %}Clean{% endif %} | +
---|---|---|---|---|---|---|---|---|
{{ obj.name }} | +{{ obj.ra|floatformat:4 }}° (± {{ obj.e_ra|safe }}'') | +{{ obj.dec|floatformat:4 }}° (± {{ obj.e_dec|safe }}'') | +{{ obj.separation|floatformat:2 }} | +{{ obj.ftot|safe }} ± {{ obj.e_ftot|safe }} | +{{ obj.fpeak|safe }} ± {{ obj.e_fpeak|safe }} | +{{ obj.dupflag|safe }} | +{{ obj.qualflag|safe }} | ++ {% if src.vlass_primary.pk == obj.pk %} + Attached + {% else %} + Primary + {% endif %} + | +
+
+ radec_error = {{ heasarc.radec_error }} + + DET_ML = {{ heasarc.DET_ML }} + EP_1_FLUX = {{ heasarc.EP_1_FLUX|stringformat:".1e" }} + """ [erg/cm**2/s] """ + EP_1_FLUX_ERR = {{ heasarc.EP_1_FLUX_ERR|stringformat:".1e" }} + """ [erg/cm**2/s] """ + EP_2_FLUX = {{ heasarc.EP_2_FLUX|stringformat:".1e" }} + """ [erg/cm**2/s] """ + EP_2_FLUX_ERR = {{ heasarc.EP_2_FLUX_ER|stringformat:".1e" }} + """ [erg/cm**2/s] """ + EP_3_FLUX = {{ heasarc.EP_3_FLUX|stringformat:".1e" }} + """ [erg/cm**2/s] """ + EP_3_FLUX_ERR = {{ heasarc.EP_3_FLUX_ERR|stringformat:".1e" }} + """ [erg/cm**2/s] """ + EP_4_FLUX = {{ heasarc.EP_4_FLUX|stringformat:".1e" }} + """ [erg/cm**2/s] """ + EP_4_FLUX_ERR = {{ heasarc.EP_4_FLUX_ERR|stringformat:".1e" }} + """ [erg/cm**2/s] """ + EP_5_FLUX = {{ heasarc.EP_5_FLUX|stringformat:".1e" }} + """ [erg/cm**2/s] """ + EP_5_FLUX_ERR = {{ heasarc.EP_5_FLUX_ERR|stringformat:".1e" }} + """ [erg/cm**2/s] """ + EP_8_FLUX = {{ heasarc.EP_8_FLUX|stringformat:".1e" }} + """ [erg/cm**2/s] """ + EP_8_FLUX_ERR = {{ heasarc.EP_8_FLUX_ERR|stringformat:".1e"}} + """ [erg/cm**2/s] """ + EP_9_FLUX = {{ heasarc.EP_9_FLUX|stringformat:".1e" }} + """ [erg/cm**2/s] """ + EP_9_FLUX_ERR = {{ heasarc.EP_9_FLUX_ERR|stringformat:".1e" }} + """ [erg/cm**2/s] """ + HR1 = {{ heasarc.HR1 }} + HR1_ERR = {{ heasarc.HR1_ERR }} + HR2 = {{ heasarc.HR2 }} + HR2_ERR = {{ heasarc.HR2_ERR }} + HR3 = {{ heasarc.HR3 }} + HR3_ERR = {{ heasarc.HR3_ERR }} + HR4 = {{ heasarc.HR4 }} + HR4_ERR = {{ heasarc.HR4_ERR }} + EXTENT = {{ heasarc.EXTENT }} + """ arcsec """ + EXT_ERR = {{ heasarc.EXT_ERR }} + """ arcsec """ + EXT_ML = {{ heasarc.EXT_ML }} + CHI2PROB = {{ heasarc.CHI2PROB }} + FVAR = {{ heasarc.FVAR }} + FVARERR = {{ heasarc.FVARERR }} + VAR_FLAG = {{ heasarc.VAR_FLAG }} + SUM_FLAG = {{ heasarc.SUM_FLAG }} + EP_8_FMIN = {{ heasarc.EP_8_FMIN|stringformat:".1e"}} + """ [erg/cm**2/s] """ + EP_8_FMIN_ERR = {{ heasarc.EP_8_FMIN_ERR|stringformat:".1e" }} + """ [erg/cm**2/s] """ + EP_8_FMAX = {{ heasarc.EP_8_FMAX|stringformat:".1e" }} + """ [erg/cm**2/s] """ + EP_8_FMAX_ERR = {{ heasarc.EP_8_FMAX_ERR|stringformat:".1e" }} + """ [erg/cm**2/s] """ + MJD_FIRST = {{ heasarc.MJD_FIRST }} + MJD_LAST = {{ heasarc.MJD_LAST }} + N_DETECTIONS = {{ heasarc.N_DETECTIONS }} + CONFUSED = {{ heasarc.CONFUSED }} + WEBPAGE_URL = {{ heasarc.WEBPAGE_URL }} ++ +{% endif %} + +{% endblock %} + +{% block counterparts %} +{% endblock %} diff --git a/Templates/heasarc/show_heasarc_allwiseagn.html b/Templates/heasarc/show_heasarc_allwiseagn.html new file mode 100644 index 0000000..bda063e --- /dev/null +++ b/Templates/heasarc/show_heasarc_allwiseagn.html @@ -0,0 +1,22 @@ + +{% extends "base.html" %} + +{% block header %}{% endblock %} + +{% block content %} +{% if heasarc %} +
flux_B7={{ src.flux_b7|stringformat:".1e" }} +The source flux in the total energy (0.2-12 keV) band. Units: 10-12 ergs/s/cm2. Derived for an absorbed power-law spectrum of slope 1.7 and Nh=3.0E20 cm-2. +
+ +flux_B8={{ src.flux_b8|stringformat:".1e" }} +The source flux in the hard energy (2-12 keV) band. Units: 10-12 ergs/s/cm2. Derived for an absorbed power-law spectrum of slope 1.7 and Nh=3.0E20 cm-2. +
+{% endif %} + +{% endblock %} diff --git a/Templates/heasarc/show_heasarc_xmmssc.html b/Templates/heasarc/show_heasarc_xmmssc.html new file mode 100644 index 0000000..7d1dd8c --- /dev/null +++ b/Templates/heasarc/show_heasarc_xmmssc.html @@ -0,0 +1,29 @@ + +{% extends "base.html" %} + +{% block header %}{% endblock %} + + +{% block content %} +{% if heasarc %} +{% trans 'Astrophysical Project' %}
++ {% if user.is_authenticated %} + {{ user.first_name }} {{ user.last_name }} {% trans 'Sign Out' %} + + {% else %} + {% trans 'Sign In' %} + {% endif %} +
+ + + + + +Spectrum-Roentgen-Gamma (Spektr-RG or SRG) is a Russian X-ray observatory created with participation of Germany. Its main goal is to map the observable Universe in the X-ray band of the electromagnetic spectrum. The spacecraft was launched on July 13, 2019 from the Baikonur Cosmodrome.
+ {% else %} + +Научный космический аппарат «Спектр-Рентген-Гамма» («Спектр-РГ» или «СРГ») — российская рентгеновская обсерватория, созданная с участием Германии. Её миссия — создание карты видимой Вселенной в рентгеновском диапазоне электромагнитного излучения. Космический аппарат «Спектр-РГ» был запущен 13 июля 2019 г. с космодрома Байконур.
+ + {% endif %} + ++
{{ upload.day.date }}
+ +{{ day.date }}
+ +{% if day.notes %}{{ day.notes|linebreaks }} [{{ day.modified }}]{% endif %}
+ {% if user.is_authenticated %} Обновить{% endif %} +IDL код находится по адресу: https://github.com/krivonos/srg-plan.
+ +{{ day.date }}
+ ++ {% autoescape on %} + {% if day.notes %}{{ day.notes|linebreaks }} [{{ day.modified|date:"d M Y H:i:s" }}]{% endif %} + {% endautoescape %} +
+ {% endif %} + {% if user.is_authenticated %} Обновить{% endif %} ++ {{ upload.title|truncatechars:30 }} +
+ {% endfor %} + Добавить + {% endif %} +{{ session.eroNotes }}
{% endif %}{{ session.artNotes }}
{% endif %}{{ session.eroNotes }}
{% endif %}{{ session.artNotes }}
{% endif %}{{ day.date }}
+ ++ {{ upload.title }} + [{{ upload.owner.user }}, {{ upload.uploaded|date:"d M Y H:i:s" }}] +
{{ day.date }}
+ +
+
+ {% for plan in day.plan.all %}
+ {{ plan.description }} [День {{ plan.daynumber }}, {{ plan.date|cut:" 00:00:00" }}]
+ {% endfor %}
+
+
{% if day.notes %}{{ day.notes }} [{{ day.modified }}]{% endif %}
+ +MDB Team
+Observations | Scans | Surveys
++
version: {{ head.version }}
+modified: {{ head.gentime|date:"d M Y H:i" }}
+ {% if user.is_authenticated %} +download: FITS
+ {% endif %} +This SRG-ArXiv service email is sent to all registered users of arxiv.srg.rssi.ru within group srg-artxc-survey. + +
This message is intended for the use of the addressee or addressees only. The unauthorised disclosure, use, dissemination or copying (either in whole or in part) of its content is not permitted. If you received this message in error, please notify the sender and delete it from your system.
+ diff --git a/Templates/monthplan/index.html b/Templates/monthplan/index.html new file mode 100644 index 0000000..9f176a8 --- /dev/null +++ b/Templates/monthplan/index.html @@ -0,0 +1,85 @@ + +{% extends "monthplan/base.html" %} +{% load monthplan_templates %} + +{% block header %} + +{% for head in heads %} ++
version: {{ head.version }}
+modified: {{ head.gentime|date:"d M Y H:i" }}
+ {% if user.is_authenticated %}download: FITS
{% endif %} ++ {% if obs.valid %} + + {% else %} + + {% endif %} + | +{{ obs.start|date:"d M Y H:i:s"}} | +{{ obs.stop|date:"d M Y H:i:s"}} | +{{ obs.experiment }} | +RA: {{ obs.ra|floatformat:4 }} | +Dec: {{ obs.dec|floatformat:4 }} | +Loaded: {{ obs.load_stamp|date:"d M Y" }} | +
MJD | +{{ obs.mjd_start|floatformat:6}} | +{{ obs.mjd_stop|floatformat:6}} | +Q1: {{ obs.q1 }} | +Q2: {{ obs.q2 }} | +Q3: {{ obs.q3 }} | +Q4: {{ obs.q4 }} | +
OBT | +{{ obs.obt_start|floatformat:4}} | +{{ obs.obt_stop|floatformat:4}} | ++ | + | + | + |
Наблюдения | ||||||
---|---|---|---|---|---|---|
{{ obs.start|date:"d M Y H:i:s" }} | +{{ obs.stop|date:"d M Y H:i:s" }} | +{{ obs.experiment }} | {{ obs.ra|floatformat:4 }} | {{ obs.dec|floatformat:4 }} | {{ obs.target }} | {{ obs.head.get_datetime_middle|date:"F Y" }} | +
Сканирующие наблюдения участков неба | |||||
---|---|---|---|---|---|
{{ scan.start }} | +{{ scan.stop }} | +{{ scan.experiment }} | {{ scan.target }} | template {{ scan.template }} | {{ scan.head.title }} | +
Полетное задание | ||||||
---|---|---|---|---|---|---|
+ {% if obs.valid %} + + {% else %} + + {% endif %} + | +{{ obs.start|date:"d M Y H:i:s"}} | +{{ obs.stop|date:"d M Y H:i:s"}} | +{{ obs.experiment }} | +RA: {{ obs.ra|floatformat:4 }} | +Dec: {{ obs.dec|floatformat:4 }} | +Загружено: {{ obs.load_stamp|date:"d M Y" }} | +
MJD | +{{ obs.mjd_start|floatformat:6}} | +{{ obs.mjd_stop|floatformat:6}} | +Q1: {{ obs.q1 }} | +Q2: {{ obs.q2 }} | +Q3: {{ obs.q3 }} | +Q4: {{ obs.q4 }} | +
OBT | +{{ obs.obt_start|floatformat:4}} | +{{ obs.obt_stop|floatformat:4}} | ++ | + | + | + |
НПОЛ (UTC) | +{{ obs.start_npol}} | +{{ obs.stop_npol}} | ++ | + | + | + |
Observations | |||||||
---|---|---|---|---|---|---|---|
+ | {{ observation.start|date:"d M Y H:i:s" }} | +{{ observation.stop|date:"d M Y H:i:s" }} | +{{ observation.experiment }} | {{ observation.ra|floatformat:4 }} | {{ observation.dec|floatformat:4 }} | {{ observation.target }} | +{{ observation.head.get_datetime_middle|date:"F Y" }} | +
Scans | |||||||
+ | {{ scan.start|date:"d M Y H:i:s" }} | +{{ scan.stop|date:"d M Y H:i:s" }} | +{{ scan.experiment }} | {{ scan.target }} | template {{ scan.template }} | +||
Surveys | |||||||
+ | {{ survey.start|date:"d M Y H:i:s" }} | +{{ survey.stop|date:"d M Y H:i:s" }} | +{{ survey.experiment }} | {{ survey.target }} |
+
+ ra_p: {{ survey.ra_p }},
+ dec_p: {{ survey.dec_p }}, + ra_z0: {{ survey.ra_z0 }}, + dec_z0: {{ survey.dec_z0 }}, + ra_zk: {{ survey.ra_zk }}, + dec_zk: {{ survey.dec_zk }}, + z_speed: {{ survey.z_speed }} + + |
+
Flight Program | ||||||
---|---|---|---|---|---|---|
+ {% if obs.valid %} + + {% else %} + + {% endif %} + | +{{ obs.start|date:"d M Y H:i:s"}} | +{{ obs.stop|date:"d M Y H:i:s"}} | +{{ obs.experiment }} | +RA: {{ obs.ra|floatformat:4 }} | +Dec: {{ obs.dec|floatformat:4 }} | +Loaded: {{ obs.load_stamp|date:"d M Y" }} | +
MJD | +{{ obs.mjd_start|floatformat:6}} | +{{ obs.mjd_stop|floatformat:6}} | +Q1: {{ obs.q1 }} | +Q2: {{ obs.q2 }} | +Q3: {{ obs.q3 }} | +Q4: {{ obs.q4 }} | +
OBT | +{{ obs.obt_start|floatformat:4}} | +{{ obs.obt_stop|floatformat:4}} | ++ | + | + | + |
Seances | ||||||
---|---|---|---|---|---|---|
+ | {{ seance.start|date:"d M Y H:i:s" }} | +{{ seance.stop|date:"d M Y H:i:s" }} | ++ | + | + | {{ seance.stations }} | +
Corrections | ||||||
+ | {{ cor.start|date:"d M Y H:i:s" }} | {{ cor.stop|date:"d M Y H:i:s" }} | IMPSTART: {{ cor.impstart|date:"d M Y H:i:s" }} | +|||
Observations | ||||||
+ | {{ obs.start|date:"d M Y H:i:s" }} | +{{ obs.stop|date:"d M Y H:i:s" }} | +{{ obs.experiment }} | {{ obs.ra|floatformat:4 }} | {{ obs.dec|floatformat:4 }} | {{ obs.target }} | +
Сканирующие наблюдения участков неба | ||||||
+ | {{ scan.start|date:"d M Y H:i:s" }} | +{{ scan.stop|date:"d M Y H:i:s" }} | +{{ scan.experiment }} | {{ scan.target }} | template {{ scan.template }} | +|
Обзоры неба | ||||||
+ | {{ survey.start|date:"d M Y H:i:s" }} | +{{ survey.stop|date:"d M Y H:i:s" }} | +{{ survey.experiment }} | {{ survey.target }} |
+
+ ra_p: {{ survey.ra_p }},
+ dec_p: {{ survey.dec_p }}, + ra_z0: {{ survey.ra_z0 }}, + dec_z0: {{ survey.dec_z0 }}, + ra_zk: {{ survey.ra_zk }}, + dec_zk: {{ survey.dec_zk }}, + z_speed: {{ survey.z_speed }} + + + |
+
{{ item }} | +{{ obs.start|date:"d M Y H:i:s" }} | +{{ obs.stop|date:"d M Y H:i:s" }} | +{{ obs.experiment }} | {{ obs.ra|floatformat:4 }} | {{ obs.dec|floatformat:4 }} | {{ obs.target }} | +
{{ item }} | +{{ scan.start|date:"d M Y H:i:s" }} | +{{ scan.stop|date:"d M Y H:i:s" }} | +{{ scan.experiment }} | {{ scan.target }} T{{ scan.template }} | +||
{{ item }} | +{{ seance.start|date:"d M Y H:i:s" }} | +{{ seance.stop|date:"d M Y H:i:s" }} | ++ | + | + | {{ seance.stations }} | +
{{ item }} | +{{ cor.start|date:"d M Y H:i:s" }} | {{ cor.stop|date:"d M Y H:i:s" }} | ++ | + | + | IMPSTART: {{ cor.impstart }} | +
{{ item }} | +{{ sur.start|date:"d M Y H:i:s" }} | +{{ sur.stop|date:"d M Y H:i:s" }} | +{{ sur.experiment }} | {{ sur.ra_p }} | {{ sur.dec_p }} | + |
Observations | ||||||
---|---|---|---|---|---|---|
+ | {{ observation.start|date:"d M Y H:i:s" }} | +{{ observation.stop|date:"d M Y H:i:s" }} | +{{ observation.experiment }} | {{ observation.ra|floatformat:4 }} | {{ observation.dec|floatformat:4 }} | {{ observation.target }} | +
Flight program | ||||||
---|---|---|---|---|---|---|
+ {% if obs.valid %} + + {% else %} + + {% endif %} + | +{{ obs.start|date:"d M Y H:i:s"}} | +{{ obs.stop|date:"d M Y H:i:s"}} | +{{ obs.experiment }} | +RA: {{ obs.ra|floatformat:4 }} | +Dec: {{ obs.dec|floatformat:4 }} | +Загружено: {{ obs.load_stamp|date:"d M Y" }} | +
MJD | +{{ obs.mjd_start|floatformat:6}} | +{{ obs.mjd_stop|floatformat:6}} | +Q1: {{ obs.q1 }} | +Q2: {{ obs.q2 }} | +Q3: {{ obs.q3 }} | +Q4: {{ obs.q4 }} | +
OBT | +{{ obs.obt_start|floatformat:4}} | +{{ obs.obt_stop|floatformat:4}} | ++ | + | + | + |
Сеансы связи с КА | ||||||
---|---|---|---|---|---|---|
+ | {{ seance.start }} | +{{ seance.stop }} | ++ | + | + | {{ seance.stations }} | +
Коррекция траектории КА | ||||||
+ | {{ cor.start }} | {{ cor.stop }} | IMPSTART: {{ cor.impstart }} | +|||
Наблюдения | ||||||
+ | {{ obs.start }} | +{{ obs.stop }} | +{{ obs.experiment }} | {{ obs.ra|floatformat:4 }} | {{ obs.dec|floatformat:4 }} | {{ obs.target }} | +
Сканирующие наблюдения участков неба | ||||||
+ | {{ scan.start }} | +{{ scan.stop }} | +{{ scan.experiment }} | {{ scan.target }} | template {{ scan.template }} | +|
Сбросы данных | ||||||
+ | {{ dd.start|date:"d M Y H:i:s" }} | +{{ dd.stop|date:"d M Y H:i:s" }} | {{ dd.tstart }} {{ dd.tstop }} | +{{ dd.name }} | {{ dd.filename }} | +
Scans | ||||||
---|---|---|---|---|---|---|
+ | {{ scan.start|date:"d M Y H:i:s" }} | +{{ scan.stop|date:"d M Y H:i:s" }} | +{{ scan.experiment }} {% if user.is_authenticated %} download csv{% endif %} | {{ scan.ra|floatformat:4 }} | {{ scan.dec|floatformat:4 }} | {{ scan.target }} | +
Flight program | ||||||
---|---|---|---|---|---|---|
+ {% if obs.valid %} + + {% else %} + + {% endif %} + | +{{ obs.start|date:"d M Y H:i:s"}} | +{{ obs.stop|date:"d M Y H:i:s"}} | +{{ obs.experiment }} | +RA: {{ obs.ra|floatformat:4 }} | +Dec: {{ obs.dec|floatformat:4 }} | +Loaded: {{ obs.load_stamp|date:"d M Y" }} | +
MJD | +{{ obs.mjd_start|floatformat:6}} | +{{ obs.mjd_stop|floatformat:6}} | +Q1: {{ obs.q1 }} | +Q2: {{ obs.q2 }} | +Q3: {{ obs.q3 }} | +Q4: {{ obs.q4 }} | +
OBT | +{{ obs.obt_start|floatformat:4}} | +{{ obs.obt_stop|floatformat:4}} | ++ | + | + | + |
Сеансы связи с КА | ||||||
---|---|---|---|---|---|---|
+ | {{ seance.start }} | +{{ seance.stop }} | ++ | + | + | {{ seance.stations }} | +
Коррекция траектории КА | ||||||
+ | {{ cor.start }} | {{ cor.stop }} | IMPSTART: {{ cor.impstart }} | +|||
Наблюдения | ||||||
+ | {{ obs.start }} | +{{ obs.stop }} | +{{ obs.experiment }} | {{ obs.ra|floatformat:4 }} | {{ obs.dec|floatformat:4 }} | {{ obs.target }} | +
Scans | ||||||
+ | {{ scan.start }} | +{{ scan.stop }} | +{{ scan.experiment }} | {{ scan.target }} | template {{ scan.template }} | +|
Data dumps | ||||||
+ | {{ dd.start|date:"d M Y H:i:s" }} | +{{ dd.stop|date:"d M Y H:i:s" }} | {{ dd.tstart }} {{ dd.tstop }} | +{{ dd.name }} | {{ dd.filename }} | +
Flight program | ||||||
---|---|---|---|---|---|---|
+ {% if obs.valid %} + + {% else %} + + {% endif %} + | +{{ obs.start|date:"d M Y H:i:s"}} | +{{ obs.stop|date:"d M Y H:i:s"}} | +{{ obs.experiment }} | +RA: {{ obs.ra|floatformat:4 }} | +Dec: {{ obs.dec|floatformat:4 }} | +Loaded: {{ obs.load_stamp|date:"d M Y" }} | +
MJD | +{{ obs.mjd_start|floatformat:6}} | +{{ obs.mjd_stop|floatformat:6}} | +Q1: {{ obs.q1 }} | +Q2: {{ obs.q2 }} | +Q3: {{ obs.q3 }} | +Q4: {{ obs.q4 }} | +
OBT | +{{ obs.obt_start|floatformat:4}} | +{{ obs.obt_stop|floatformat:4}} | ++ | + | + | + |
Сбросы данных | |||||
---|---|---|---|---|---|
+ | {{ dd.start|date:"d M Y H:i:s" }} | +{{ dd.stop|date:"d M Y H:i:s" }} | {{ dd.tstart }} {{ dd.tstop }} | +{{ dd.name }} | {{ dd.filename }} | +
The circle is one degree in diameter, representing eRosita field of view. Lines show track of the current survey block. Note that the default sky image layer of the Pan-STARRS DR1 has sky coverage to the North of declination -30 degree. Switch to DSS , 2MASS or AllWISE using radio buttons below to load full sky coverage.
+ ++
All observations | ||||||
---|---|---|---|---|---|---|
+ | {{ observation.start|date:"d M Y H:i:s" }} | +{{ observation.stop|date:"d M Y H:i:s" }} | +{{ observation.experiment }} | {{ observation.ra|floatformat:4 }} | {{ observation.dec|floatformat:4 }} | {{ observation.target }} | +
All observations | ||||||
---|---|---|---|---|---|---|
+ | {{ obs.start|date:"d M Y H:i" }} | +{{ obs.stop|date:"d M Y H:i" }} | +{{ obs.experiment }} | + +{{ obs.target }} | +{% if user.is_authenticated %}{{ obs.head.get_datetime_middle|date:"F Y" }}{% endif %} | +|
All scans | ||||||
+ | {{ scan.start|date:"d M Y H:i" }} | +{{ scan.stop|date:"d M Y H:i" }} | +{{ scan.experiment }} | {{ scan.target }} {% if scan.template %}(T{{ scan.template }}){% endif %} | + | {% if user.is_authenticated %}{{ scan.head.get_datetime_middle|date:"F Y" }}{% endif %} | +
+ | Start | +Stop | +ObsID | +Z Speed | +Plan | +|
+ | {{ survey.start|date:"d M Y H:i" }} | +{{ survey.stop|date:"d M Y H:i" }} | +{{ survey.experiment }} | +{{ survey.z_speed|floatformat:2 }} | +{% if user.is_authenticated %}{{ survey.head.get_datetime_middle|date:"F Y" }}{% endif %} | +
The circle is one degree in diameter, representing eRosita field of view. Lines show track of the current survey or scan block.
+ +Switch to DSS , 2MASS , AllWISE or Pan-STARRS DR1 sky surveys usig radio buttons below:
+ +
Covered time period: {{ survey.start|date:"d M Y H:i" }} -- {{ survey.stop|date:"d M Y H:i" }}
+ +Show spacecraft orientation here.
+ +This message is intended for the use of the addressee or addressees only. The unauthorised disclosure, use, dissemination or copying (either in whole or in part) of its content is not permitted. If you received this message in error, please notify the sender and delete it from your system.
+ +This is an automatic email, please do not reply. If you do not want to receive this kind of notifications, please drop a message to Roman Krivonos (krivonos@cosmos.ru).
diff --git a/Templates/monthplan/upload.html b/Templates/monthplan/upload.html new file mode 100644 index 0000000..54b1414 --- /dev/null +++ b/Templates/monthplan/upload.html @@ -0,0 +1,36 @@ +{% extends "monthplan/base.html" %} + +{% block header %}{% endblock %} +{% block content %} + ++
+
Name | +Date | +Sources | +Plates | ++ |
---|---|---|---|---|
+ {{ dump.name }} + | +{{ dump.date|date:"d M Y H:i:s" }} | +{{ dump.skymapsource_set.count }} | +{{ dump.skymap.count }} | ++ {% if user.is_authenticated and user|has_group:"srg-iki-admin" %} + {% if dump.catalog_loaded %}Reload catalog + {% endif %} + {% endif %} + {% if not dump.catalog_loaded %}In progress{% endif %} + | +
Name | +Date | +Survey | +
---|---|---|
+ {{ dump.name }} + | +{{ dump.date|date:"d M Y H:i:s" }} | +{{ survey }} | +
Access | +Slug | +Name | +Sources | +Operations | +
---|---|---|---|---|
+ {% if selection.public %} + {% else %} + {% endif %} + | ++ {{ selection.slug }} + | +{{ selection.name }} | +{{ selection.skymap_sources.count }} | ++ [download] + [edit] + [delete] + | +
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 }} | +
NRTA Name | +N/Match | +RA | +Dec | +Healpix | +S/N | +Rate | +Flux | +
---|---|---|---|---|---|---|---|
+ {{ src.name }} + | +{{ src.heasarc.all.count }} | +{{ src.ra|floatformat:3 }} | +{{ src.dec|floatformat:2 }} | +{{ src.healpix }} | +{{ src.sign|floatformat:2 }} | +{{ src.rate|floatformat:4 }} | +{{ src.flux }} | +
NRTA Name | +N/Match | +RA | +Dec | +Healpix | +S/N | +Rate | +Flux | +
major-id | +Type | +RA | +Dec | +Error (arcsec) | +Offset (arcsec) | +Z | +
---|---|---|---|---|---|---|
{{ simsrc.main_id }} | +{{ simsrc.obj_class }} | +{{ simsrc.ra|floatformat:-5}} | +{{ simsrc.dec|floatformat:-5}} | +{% if simsrc.is_error_radius_real %}{{ simsrc.error_radius|floatformat:-3 }}{% endif %} | +{{ simsrc.separation|floatformat:3 }} | +{% if simsrc.is_redshift_real %}{{ simsrc.z|stringformat:".3e" }}{% endif %} | +
Table | +Name | +RA | +Dec | +Lon | +Lat | + +Error (arcsec) | +Offset (arcsec) | +Notes | +
---|---|---|---|---|---|---|---|---|
{{ src.description|remove_heasarc }} | ++ {{ src.name }} + | +{{ src.ra|floatformat:5 }} | +{{ src.dec|floatformat:5 }} | +{{ src.lii|floatformat:3 }} | +{{ src.bii|floatformat:3 }} | + +{% if src.error_radius > 0 %}{{ src.error_radius|floatformat:2 }}{% endif %} | +{{ src.separation|floatformat:3 }} | ++ {% if src.description == 'HeasarcCSC' %} + {% if src.extent_flag == 'T' %}extended{% endif %} + {% endif %} + | +
Mission | +Name | +Offset (arcsec) | +Type | +
---|---|---|---|
{{ src.observatory }} ({{ src.database_table }}) | ++ {{ src.name }} + | +{{ src.separation|floatformat:3 }} | ++ {% if src.class_id != 9999 %} + {{ src.object_class.class_name }} + {% endif %} + | +
Name | +RA | +Dec | +Offset (arcsec) | +Parallax | +Parallax error | +pmra | +pmra_error | +pmdec | +pmdec_error | +Magnitude | +
---|---|---|---|---|---|---|---|---|---|---|
{{ gaiasrc.name }} | Vizier | +{{ 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" }} | +
ObsID | +Name | +Offset (arcsec) | +Exposure (sec) | +Notes | +
---|---|---|---|---|
{{ src.obsid }} | ++ {{ src.name }} + | +{{ src.separation|floatformat:3 }} | +{{ src.exposure }} | +PI: {{ src.pi }}, {{ src.category }} | +
Hint: For a compact view, please use the shortest Short name (slug)
+{% endif %} + +{% if selections %} +Access | +Slug | +Name | +Sources | +Operations | +
---|---|---|---|---|
+ {% if selection.public %} + {% else %} + {% endif %} + | ++ {{ selection.slug }} + | +{{ selection.name }} | +{{ selection.skymap_sources.count }} | ++ [download] + [edit] + [delete] + | +
+sign_threshold = {{ session.sign_threshold }} +target_ra = {{ session.target_ra }} +target_dec = {{ session.target_dec }} ++{% endif %} + +
+{% if dump %} + conv | + conv2dp | + exp | + pbg +{% else %} + Load: + conv | + conv2dp | + exp | + pbg +{% endif %} +
++ +
+{% endif %} + ++ + +
+{{ skymap.get_absolute_path }}/L3/{% if dump %}{{ dump }}{% endif %}+{% else %} + +
Name | +Match | +Simbad type (abridged <5) | +RA | +Dec | +S/N | +Rate | +Flux | +
---|---|---|---|---|---|---|---|
+ {{ src.name }} | + | +{{ src.heasarc.all.count }} | ++ {% for simsrc in src.simbad.all|slice:":5" %} + {{ simsrc.obj_class }} | + {% endfor %} + | +{{ src.ra|floatformat:5 }} | +{{ src.dec|floatformat:5 }} | +{{ src.sig|floatformat:2 }} | +{{ src.rate|floatformat:4 }} | +{{ src.flux|stringformat:"1.1e" }} | +
Name | +Counterpart | +RA | +Dec | +S/N | +Flux | +Notes | +
---|---|---|---|---|---|---|
+ {{ src.name }} | + | +{{ src.counterpart_name}} | +{{ src.ra|floatformat:3 }} | +{{ src.dec|floatformat:2 }} | +{{ src.snr|floatformat:2 }} | +{{ src.flux|floatformat:2 }} × 10-12 | ++ {{ src.otype }} + {% if src.redshift > 0.0 %}z={{ src.redshift }}{% endif %} + {% if src.lum > 0.0 %}logL={{ src.lum }}{% endif %} + | +
+ | + | + | + | + | ergs/s/cm2 14-195 keV |
+ + |
Name | +Date | +Survey | +Survey duration | +
---|---|---|---|
+ {{ dump.name }} + | +{{ dump.date|date:"d M Y H:i:s" }} | +{% if survey %}{{ survey }}{% endif %} | +{% if survey %}{{ survey.start|date:"d.m.Y H:i" }} - {{ survey.stop|date:"d.m.Y H:i" }}{% endif %} | +
+Filter by group: +{% for group in groups %} +{{ group }} | +{% endfor %} +show all +
+ +{% if data %} + +User | +Group | +URL name | +URL path | +IP | +Date | +
---|---|---|---|---|---|
{{ d.user }} | +{{ d.group }} | +{{ d.url_name }} | +{{ d.path_info|truncatechars:25 }} | +{{ d.ip_address }} | +{{ d.created|date:"d M Y H:i" }} | +
List of close SRG passages | |||||
---|---|---|---|---|---|
+ | {{ survey.start|date:"d M Y H:i" }} | +{{ survey.stop|date:"d M Y H:i" }} | +{{ survey.experiment }} | +{% if user.is_authenticated %}{{ survey.head.get_datetime_middle|date:"F Y" }}{% endif %} | ++ |
ero_index | +ero_ra_corr | +ero_dec_corr | +ero_id_src | +ero_ra | +ero_dec | +ero_radec_err | +ero_ext | +ero_det_like_0 | +ero_ml_flux_0 | +ero_ml_flux_err_0 | +ero_ext_like | +ero_ext_err | +ero_id_cluster | +ero_dist_nn | +ero_cts_0 | +ero_cts_err_0 | +ero_ml_bkg_0 | +ero_srcdens | +ero_tstart | +ero_tstop | +ero_ml_exp_1 | +ero_ape_cts_1 | +ero_ape_bkg_1 | +ero_ape_exp_1 | +ero_eef_1 | +ero_ape_radius_1 | +ero_ape_pois_1 | +
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ record.ero_index }} | +{{ record.ero_ra_corr|floatformat:3 }} | +{{ record.ero_dec_corr|floatformat:3 }} | +{{ record.ero_id_src }} | +{{ record.ero_ra|floatformat:3 }} | +{{ record.ero_dec|floatformat:3 }} | +{{ record.ero_radec_err|floatformat:3 }} | +{{ record.ero_ext|floatformat:3 }} | +{{ record.ero_det_like_0|floatformat:3 }} | +{{ record.ero_ml_flux_0|floatformat:3 }} | +{{ record.ero_ml_flux_err_0|floatformat:3 }} | +{{ record.ero_ext_like|floatformat:3 }} | +{{ record.ero_ext_err|floatformat:3 }} | +{{ record.ero_id_cluster }} | +{{ record.ero_dist_nn|floatformat:3 }} | +{{ record.ero_cts_0|floatformat:3 }} | +{{ record.ero_cts_err_0|floatformat:3 }} | +{{ record.ero_ml_bkg_0|floatformat:3 }} | +{{ record.ero_srcdens|stringformat:"1.2e" }} | +{{ record.ero_tstart|floatformat:3 }} | +{{ record.ero_tstop|floatformat:3 }} | +{{ record.ero_ml_exp_1|floatformat:2 }} | +{{ record.ero_ape_cts_1|floatformat:2 }} | +{{ record.ero_ape_bkg_1|floatformat:2 }} | +{{ record.ero_ape_exp_1|floatformat:2 }} | +{{ record.ero_eef_1|floatformat:2 }} | +{{ record.ero_ape_radius_1|floatformat:2 }} | +{{ record.ero_ape_pois_1|stringformat:"1.2e" }} | +
+![]() ![]() |
+
+ + + |
+
+
+
+lis_objid | +
---|
{{ record.lis_objid }} | +
+![]() |
+
+ + + |
+
sdss_objid | +phot_sep | +phot_ra | +phot_dec | +phot_is_star_gaia | +gaia_pmra | +gaia_pmdec | +gaia_parallax | +gaia_pmra_ivar | +gaia_pmdec_ivar | +gaia_parallax_ivar | +phot_nsn | +sdss_ra | +sdss_dec | +phot_nsn_sdss | +ps1_objid | +ps1_ra | +ps1_dec | +phot_nsn_ps1 | +lis_objid | +lis_ra | +lis_dec | +phot_nsn_lis | +phot_flux_g_lis | +phot_flux_r_lis | +phot_flux_z_lis | +phot_flux_w1_wise | +phot_flux_w2_wise | +phot_flux_w3_wise | +phot_flux_w4_wise | +sdss_sp_z | +sdss_sp_zwarning | +sdss_sp_class | +sdss_sp_subclass | +srg_match_p_sp | +srg_match_p_p | +srg_match_p_s | +srg_match_p_s_any | +srg_match_p_s_sigma | +srg_match_p_s_fx | +srg_match_p_s_rho | +srg_match_flag_p | +srg_match_flag_s | +srg_match_flag_sp | +srg_c1ph | +srg_p1qso | +srg_c2ph | +srg_p2star | +srg_c3ph | +srg_p3star | +srg_p3qso | +srg_p3gal | +srg_zph | +srg_zConf | +srg_zpstar | +srg_zmodel | +srg_zph_sdss_wise | +srg_zConf_sdss_wise | +srg_zpstar_sdss_wise | +srg_zph_ps1_wise | +srg_zConf_ps1_wise | +srg_zpstar_ps1_wise | +srg_zph_ps1_lis | +srg_zConf_ps1_lis | +srg_zpstar_ps1_lis | +srg_zph_lis | +srg_zConf_lis | +srg_zpstar_lis | +srg_zph_sdss_ps1_lis_wise | +srg_zConf_sdss_ps1_lis_wise | +srg_zpstar_sdss_wise | +srg_zph_old | +srg_zConf_old | + +
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ record.sdss_objid }} | +{{ record.phot_sep }} | +{{ record.phot_ra|floatformat:3 }} | +{{ record.phot_dec|floatformat:3 }} | +{{ record.phot_is_star_gaia }} | +{{ record.gaia_pmra|floatformat:3 }} | +{{ record.gaia_pmdec|floatformat:3 }} | +{{ record.gaia_parallax|floatformat:3 }} | +{{ record.gaia_pmra_ivar|floatformat:3 }} | +{{ record.gaia_pmdec_ivar|floatformat:3 }} | +{{ record.gaia_parallax_ivar|floatformat:3 }} | +{{ record.phot_nsn }} | +{{ record.sdss_ra|floatformat:3 }} | +{{ record.sdss_dec|floatformat:3 }} | +{{ record.phot_nsn_sdss }} | +{{ record.ps1_objid }} | +{{ record.ps1_ra|floatformat:3 }} | +{{ record.ps1_dec|floatformat:3 }} | +{{ record.phot_nsn_ps1 }} | +{{ record.lis_objid }} | +{{ record.lis_ra|floatformat:3 }} | +{{ record.lis_dec|floatformat:3 }} | +{{ record.phot_nsn_lis }} | +{{ record.phot_flux_g_lis }} | +{{ record.phot_flux_r_lis }} | +{{ record.phot_flux_z_lis }} | +{{ record.phot_flux_w1_wise|floatformat:3 }} | +{{ record.phot_flux_w2_wise|floatformat:3 }} | +{{ record.phot_flux_w3_wise|floatformat:3 }} | +{{ record.phot_flux_w4_wise|floatformat:3 }} | +{{ record.sdss_sp_z }} | +{{ record.sdss_sp_zwarning }} | +{{ record.sdss_sp_class }} | +{{ record.sdss_sp_subclass }} | +{{ record.srg_match_p_sp }} | +{{ record.srg_match_p_p }} | +{{ record.srg_match_p_s }} | +{{ record.srg_match_p_s_any }} | +{{ record.srg_match_p_s_sigma }} | +{{ record.srg_match_p_s_fx }} | +{{ record.srg_match_p_s_rho }} | +{% if record.srg_match_flag_p %}{{ record.srg_match_flag_p }}{% endif %} | +{% if record.srg_match_flag_s %}{{ record.srg_match_flag_s }}{% endif %} | +{% if record.srg_match_flag_sp %}{{ record.srg_match_flag_sp }}{% endif %} | +{{ record.srg_c1ph }} | +{{ record.srg_p1qso }} | +{{ record.srg_c2ph }} | +{{ record.srg_p2star }} | +{{ record.srg_c3ph }} | +{{ record.srg_p3star }} | +{{ record.srg_p3qso }} | +{{ record.srg_p3gal }} | +{{ record.srg_zph }} | +{{ record.srg_zConf }} | +{{ record.srg_zpstar }} | +{{ record.srg_zmodel }} | +{{ record.srg_zph_sdss_wise }} | +{{ record.srg_zConf_sdss_wise }} | +{{ record.srg_zpstar_sdss_wise }} | +{{ record.srg_zph_ps1_wise }} | +{{ record.srg_zConf_ps1_wise }} | +{{ record.srg_zpstar_ps1_wise }} | +{{ record.srg_zph_ps1_lis }} | +{{ record.srg_zConf_ps1_lis }} | +{{ record.srg_zpstar_ps1_lis }} | +{{ record.srg_zph_lis }} | +{{ record.srg_zConf_lis }} | +{{ record.srg_zpstar_lis }} | +{{ record.srg_zph_sdss_ps1_lis_wise }} | +{{ record.srg_zConf_sdss_ps1_lis_wise }} | +{{ record.srg_zpstar_sdss_wise }} | +{{ record.srg_zph_old }} | +{{ record.srg_zConf_old }} | +
+ {{ comment.owner.first_name }} {{ comment.owner.last_name }} {{ comment.name }} + + {{ comment.created|date:"d.m.y H:i" }} + + + + delete + + +
++ {{ comment.body | linebreaks }} + +
+