diff --git a/rowers/dataroutines.py b/rowers/dataroutines.py index 610e7e47..ab5fc25f 100644 --- a/rowers/dataroutines.py +++ b/rowers/dataroutines.py @@ -1051,6 +1051,9 @@ def handle_nonpainsled(f2, fileformat, summary='', startdatetime='', empowerfirm row2 = rrdata(df=row.df) + if 'quiske' in fileformat: + row2.add_instroke_speed() + if 'speedcoach2' in fileformat or 'nklinklogbook' in fileformat: # impeller consistency impellerdata, consistent, ratio = row.impellerconsistent(threshold=0.3)