Templates added
This commit is contained in:
15
Templates/heasarc/show_heasarc_xmmsl2.html
Normal file
15
Templates/heasarc/show_heasarc_xmmsl2.html
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
{% extends "heasarc/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% if src %}
|
||||
<p>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.
|
||||
</p>
|
||||
|
||||
<p>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.
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user