16 lines
514 B
HTML
16 lines
514 B
HTML
|
|
{% 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 %}
|