From a9316d6f21c8333adb8adf22d5157ea65ea504e3 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 31 Oct 2019 15:17:18 +0100 Subject: [PATCH] adding stroke count --- rowers/c2stuff.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rowers/c2stuff.py b/rowers/c2stuff.py index 4600d201..319a164f 100644 --- a/rowers/c2stuff.py +++ b/rowers/c2stuff.py @@ -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": {