Private
Public Access
1
0

removed equivalent erg pace

This commit is contained in:
Sander Roosendaal
2017-05-04 13:57:47 +02:00
parent 047d7782c5
commit e82aabc0ca
3 changed files with 2 additions and 4 deletions

View File

@@ -580,7 +580,7 @@ def dataprep(rowdatadf,id=0,bands=True,barchart=True,otwpower=True,
if windowsize <= 3:
windowsize = 5
if windowsize > 3:
if windowsize > 3 and windowsize<len(hr):
spm = savgol_filter(spm,windowsize,3)
hr = savgol_filter(hr,windowsize,3)
drivelength = savgol_filter(drivelength,windowsize,3)