From b23b6051bd0056eb16e99c648ec1280cf18e579e Mon Sep 17 00:00:00 2001
From: Sander Roosendaal
-
Compare Workouts
{% if team %}
diff --git a/static/img/PM.jpg b/static/img/PM.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..24bd400a610059aeef1437b37541430de65614fe
GIT binary patch
literal 18668
zcmd_R1yG#JwlF#bO>lyHaLJJ1Zoxgk;GV%@a0nhG!GZ*L2<{MI2G`&OcXxLu_~Rsd
zpR><7_tri4uX^=fy*E?!_1FEiEa_goy4P9{Qx8i3ELlkzNdO!i008&+2RzII!~jSL
zh)9SCNJxlC$jC@2<07d;0VlE(RtV76C3HAptHvJ~0_B1u+RVDLy{sOG;`wdPXKj
zA`0MZAj4}~21bUzbpnTsjQkAc+4E=5o-+{R6Epm;e-AAHY!o;rI45{GD!>zLICyNh
zhjswzBalzv;r<5ipT8$a@QBC=a43&oL0AAdcz8H?WE5mX1VmH>_+PaV5V4VPp1(k5
z6;)P^8pg$=VpB1SELXF4@QuwFqh^28`W*$IqvD-kW>y;kEhm>42yE;O9i_>xg!xA=
zKlV!UINIOF{Byv^^fCKLBjm@Ayx4#za8KY7P!JH|5r0>C%wi+FU`51HE`N?IYVRAF
z(MrX}UZG+X^?mrwI|n?!k>%r~hZz7G{A0h^@Yn!hz@17^&=V?3lpr4}D!~7wi~DULA=_?w!}-
z_ox$b!-^N*4#pn
+ + Analyse power vs piece duration to make predictions. +
+
- - Plot a histogram chart of one metric for all your strokes over a date range. -
-Select workouts and make X-Y charts of averages over various metrics
-
- - Analyse power vs piece duration to make predictions. -
Analyze your Concept2 ranking pieces over a date range and predict your pace on other pieces.
+
+ + Plot a histogram chart of one metric for all your strokes over a date range. +
- Manager Fitness, Fatigue and Freshness + Manage Fitness, Fatigue and Freshness
+ This will delete the power data for the following workout: +
+| Name: | {{ workout.name }} | +
|---|---|
| Date: | {{ workout.date }} | +
| Time: | {{ workout.starttime }} | +
| Distance: | {{ workout.distance }}m | +
| Duration: | {{ workout.duration |durationprint:"%H:%M:%S.%f" }} | +
- Text Explaining Performance Manager -
-+ The Performance Manager on this page is based on scientific literature + on modeling human performance. A good description can be found + here. + Every person is different. This statement has implications for training and modeling of + training impact. Each person differs in their response to training, diet, rest, or + other factors. You are an experiment of one, a unique person and all models are + wrong (but some are useful). Be prepared to learn from this chart, to experiment + and perhaps to go against established advice. +
++ The chart models your performance over a time period that you can set with the form + on the left. The model balances out after a few weeks of regular training, so don't + make this chart shorter than a few months. +
+- +
+ The time constants used in generating this performance chart were + a fitness decay constant of {{ rower.kfit }} days + and a fatigue decay constant of {{ rower.kfatigue }} days. + You can change these values in your Profile Settings. +
diff --git a/rowers/templates/rower_preferences.html b/rowers/templates/rower_preferences.html index d15b1e69..434336f4 100644 --- a/rowers/templates/rower_preferences.html +++ b/rowers/templates/rower_preferences.html @@ -99,11 +99,14 @@