Private
Public Access
1
0

add FTP and power to makeplot

This commit is contained in:
Sander Roosendaal
2017-01-25 21:24:36 +01:00
parent c8ad85868e
commit 3cec874a84
2 changed files with 84 additions and 10 deletions

View File

@@ -177,11 +177,15 @@ def handle_makeplot(f1,f2,t,hrdata,plotnr,imagename):
hrat = hrdata['hrat']
hrtr = hrdata['hrtr']
hran = hrdata['hran']
ftp = hrdata['ftp']
powerzones = hrdata['powerzones']
powerperc = hrdata['powerperc']
rr = rowingdata.rower(hrmax=hrmax,hrut2=hrut2,
hrut1=hrut1,hrat=hrat,
hrtr=hrtr,hran=hran)
hrtr=hrtr,hran=hran,
ftp=ftp,powerperc=powerperc,
powerzones=powerzones)
try:
row = rdata(f2,rower=rr)
except IOError: