{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Empower FIX{% endblock %} {% block main %}

Empower Workouts

  • Use the date form to reduce the selection

    {{ dateform.as_table }}
    {% csrf_token %}

  • This functionality is aimed at users who have uploaded workouts from the Nielsen-Kellerman Empower Oarlock/SpeedCoach combination before the power inflation bug was known (May 4, 2018).

    Workouts recorded with a SpeedCoach running NK Firmware version 2.17 or lower have Power and Work per Stroke values that are approximately 9% (sculling) or 5% too high. The exact value of the error depends on your inboard and oar length.

    Currently, we autocorrect workouts recorded with old Firmware upon their upload, but workouts that were present on the site before the bug was known still have incorrect values for Power and Work per Stroke.

    You can use this page to correct those workouts.

  • {% if workouts %} Toggle All
    {{ form.as_table }}
    {% csrf_token %}

    {% else %}

    No workouts found

    {% endif %}
  • {% if workouts %}
  • Select workouts and press submit

  • {% endif %}
{% endblock %} {% block sidebar %} {% include 'menu_workouts.html' %} {% endblock %}