{% extends "base.html" %} {% block header %}{% endblock %} {% block content %} {% if heasarc %}

Specific {{ heasarc.description }} fields:

count_rate = {{ heasarc.count_rate }} # Source Count Rate
count_rate_error = {{ heasarc.count_rate_error }} # Error in Source Count Rate
exposure = {{ heasarc.exposure }} # Source Exposure Time
source_extent = {{ heasarc.source_extent }} # Source Extent
source_extent_prob = {{ heasarc.source_extent_prob }} # Probability of the Source Extent
source_quality_flag = {{ heasarc.source_quality_flag }} # Source Quality Flag (0=Good)
hardness_ratio_1 = {{ heasarc.hardness_ratio_1 }} # Hardness Ratio 1
hardness_ratio_2 = {{ heasarc.hardness_ratio_2 }} # Hardness Ratio 2

plaw_flux = {{ heasarc.plaw_flux }}
plaw_chi2_reduced ={{ heasarc.plaw_chi2_reduced }}
plaw_nh = {{ heasarc.plaw_nh }}

mekal_flux = {{ heasarc.mekal_flux }}
mekal_chi2_reduced = {{ heasarc.mekal_chi2_reduced }}
mekal_nh = {{ heasarc.mekal_nh }}

bb_flux = {{ heasarc.bb_flux }}
bb_chi2_reduced = {{ heasarc.bb_chi2_reduced }}
bb_nh = {{ heasarc.bb_nh }}

x_pixel_error = {{ heasarc.x_pixel_error }} 1-Sigma Error in X Image Coordinate
y_pixel_error = {{ heasarc.y_pixel_error }} 1-Sigma Error in Y Image Coordinate
time = {{ heasarc.time }} Start Time of Exposure When Source Is within FOV and Detector on
{% endif %} {% endblock %}