[chronojump] Fixed problem in smoothings EC that made values on smooth close to 0.3
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed problem in smoothings EC that made values on smooth close to 0.3
- Date: Thu, 25 Jun 2015 08:29:45 +0000 (UTC)
commit 44a3d95582055d62569a71a365eb36bf157a3791
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Jun 25 10:22:51 2015 +0200
Fixed problem in smoothings EC that made values on smooth close to 0.3
encoder/graph.R | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index 516c604..c0c19b2 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -617,7 +617,7 @@ findSmoothingsEC <- function(singleFile, displacement, curves, eccon, smoothingO
for(j in seq(as.numeric(smoothingOneC),0,by=-.01))
{
#write("calling speed 2", stderr())
- speed <- getSpeed(eccentric.concentric, j)
+ speed <- getSpeed(concentric, j)
smoothingOneEC = j
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]