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

Analysis

Functionality to analyze multiple workouts.

Basic

Ranking Pieces

Analyze your Concept2 ranking pieces over a date range and predict your pace on other pieces.

Stroke Analysis

Plot all strokes in a date range and analyze several parameters (Power, Pace, SPM, Heart Rate).

Analysis Feature 3

Reserved for future functionality.

Pro

{% if user.rower.rowerplan == 'pro' %} Power Histogram {% else %} Power Histogram {% endif %}

Plot a power histogram of all your strokes over a date range.

Pro Feature 2

Reserved for future functionality.

Pro Feature 3

Reserved for future functionality.

{% endblock %}