Templates added
This commit is contained in:
22
Templates/heasarc/show_heasarc_allwiseagn.html
Normal file
22
Templates/heasarc/show_heasarc_allwiseagn.html
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block header %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% if heasarc %}
|
||||
<h4>Specific {{ heasarc.description }} fields:</h4>
|
||||
w1w2_color = {{ heasarc.w1w2_color }} AllWISE W1-W2 Color<br>
|
||||
w2w3_color = {{ heasarc.w2w3_color }} AllWISE W2-W3 Color<br>
|
||||
w1_mag = {{ heasarc.w1_mag }} AllWISE W1 Magnitude<br>
|
||||
gmag = {{ heasarc.gmag }} Compiled g-Band Magnitude (SDSS Bandpass)<br>
|
||||
redshift = {{ heasarc.redshift }} Compiled Redshift<br>
|
||||
redshift_flag = {{ heasarc.redshift_flag }} Flag [sp] Indicates Type of Redshift: s=Spectroscopic; p=Photometric<br>
|
||||
lqac2_name = {{ heasarc.lqac2_name }} LQAC2 Source Identifier<br>
|
||||
dr12q_name = {{ heasarc.dr12q_name }} DR12Q Source Identifier<br>
|
||||
milliquas_name= {{ heasarc.milliquas_name }} MILLIQUAS Source Identifier<br>
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user