Private
Public Access
1
0

adding stroke count

This commit is contained in:
Sander Roosendaal
2019-10-31 15:17:18 +01:00
parent 37024296c0
commit a9316d6f21

View File

@@ -574,6 +574,7 @@ def createc2workoutdata(w):
"time": int(10*makeseconds(durationstr)),
"weight_class": c2wc(w.weightcategory),
"comments": w.notes,
"stroke_count": int(row.df.stroke_count),
'stroke_rate': int(row.df[' Cadence (stokes/min)'].mean()),
'drag_factor': int(row.dragfactor),
"heart_rate": {