Templates added

This commit is contained in:
2024-06-05 11:33:02 +03:00
parent 69a2160eb7
commit 50c53060bf
117 changed files with 16737 additions and 0 deletions

View 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 %}