{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Mass Function Calculator | Plots {% endblock %} {% block script %} {% endblock %} {% block style %} {% endblock %} {% block subheading %}{% endblock %} {% block content %}
Cosmology | Redshift | Age (Gyr) | Com. Dist. (Gpc/h) | Com. Vol. (Gpc3/h3) | Ang. Size Dist. (Gpc/h) | Lum. Dist. (Gpc/h) | Growth Factor | {% for row in distances %}
---|---|---|---|---|---|---|---|
{{ row.0 }} | {{ row.1|floatformat:"-2" }} | {{ row.2|floatformat:"-2"}} | {{ row.3|floatformat:"-2" }} | {{ row.4|floatformat:"-2" }} | {{ row.5|floatformat:"-2" }} | {{ row.6|floatformat:"-2" }} | {{ row.7|floatformat:"-2" }} |