{% extends "base.html" %} {% block content %}

Ballistic Analyzer

{% if error %}
{{ error }}
{% endif %}

Upload a CSV file to analyse shot groups. The file must contain the following columns: index, speed, standard deviation, energy, power factor, time of the day.

{% endblock %}