Private
Public Access
1
0

added efficiency metric

This commit is contained in:
Sander Roosendaal
2017-08-04 11:14:45 +02:00
parent e673255f43
commit c55be018d7
4 changed files with 18 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ axes = (
('totalangle', 'Drive Length (deg)',40,140,'pro'),
('effectiveangle', 'Effective Drive Length (deg)',40,140,'pro'),
('rhythm', 'Stroke Rhythm (%)',20,55,'pro'),
('efficiency', 'OTW efficiency (%)',0,110,'pro'),
('None', 'None',0,1,'basic'),
)