Private
Public Access
1
0

able to calculate polarization index (from power only)

This commit is contained in:
Sander Roosendaal
2019-06-14 15:26:45 +02:00
parent f00b10182a
commit 319946f0b1
3 changed files with 31 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ import pandas as pd
from scipy import optimize
from django.utils import timezone
from math import log10
nometrics = [
'originalvelo',
'cumdist',
@@ -359,8 +361,6 @@ This value should be fairly constant across all stroke rates.""",
)
def polarization_index(df,rower):
return 0
def calc_trimp(df,sex,hrmax,hrmin,hrftp):
if sex == 'male':