Private
Public Access
1
0

hrpower ratio scaled by 60 (seconds vs minutes)

This commit is contained in:
Sander Roosendaal
2019-07-24 16:28:36 +02:00
parent 6b9f41fca6
commit 9f98bf9b6d
2 changed files with 2 additions and 2 deletions

View File

@@ -2208,7 +2208,7 @@ def dataprep(rowdatadf, id=0, bands=True, barchart=True, otwpower=True,
else:
drivenergy = drivelength * averageforce
powerhr = power/hr
powerhr = 60.*power/hr
powerhr = powerhr.fillna(value=0)
if driveenergy.mean() == 0 and driveenergy.std() == 0:

View File

@@ -91,7 +91,7 @@ rowingmetrics = (
'null':True,
'verbose_name': 'Power Heart Rate Efficiency (J/beat)',
'ax_min':0,
'ax_max':5,
'ax_max':300,
'mode':'both',
'type':'pro'}),