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

Specific {{ heasarc.description }} fields:

hardness_ratio = {{ heasarc.hardness_ratio }}
hardness_ratio_error = {{ heasarc.hardness_ratio_error }}
hb_flux = {{ heasarc.hb_flux }}
hb_flux_error = {{ heasarc.hb_flux_error }}
hb_significance = {{ heasarc.hb_significance }}
ctrpart_name = {{ heasarc.ctrpart_name }}
class_id = {{ heasarc.class_id }}
object_class = {{ heasarc.object_class }}
redshift = {{ heasarc.redshift }}
{% endif %} {% endblock %}