{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Advanced Features {% endblock %} {% block content %}

Run OTW Power Calculations

Edit Workout

Workflow View

Advanced Edit

For the advanced OTW power and wind correction calculation, we need to know the boat type and the average weight per crew member. Currently only 1x (single) is implemented. Setting the value to 2x (double) will still run the calculations for a single. We use FISA minimum boat weight and standard rigging for our calculations.

{% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %} {{ form.as_table }}
{% csrf_token %}

Start the calculations to get power values for your row.
The Rowsandall Physics Department at work.
{% endblock %}