Skip to content

Commit

Permalink
disable smooting
Browse files Browse the repository at this point in the history
  • Loading branch information
cproof committed Oct 16, 2023
1 parent ade10ef commit 615ded2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Opentest.shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function drawSingleSpeedCurve(target, data, phase) {
var tableHtml = "";

//smoothing-factor for exponential smoothing
var alpha = 0.7;
var alpha = 1;
var conAlpha = 1-alpha;
var minInterval = 175; //minimal difference in ms between data points
var noTransferThreshold = 1400; //ms for which no transfer has to take place to be drawn as a gap in the graph
Expand Down

0 comments on commit 615ded2

Please sign in to comment.