[chronojump] Minor change



commit c1cf089f4d1fa5e80e4066849b7caae54ef1745d
Author: Xavier Padullés <x padulles gmail com>
Date:   Tue May 19 17:02:57 2015 +0200

    Minor change

 encoder/util.R |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/encoder/util.R b/encoder/util.R
index e8552b0..e852d93 100644
--- a/encoder/util.R
+++ b/encoder/util.R
@@ -957,7 +957,7 @@ getInertialDiametersPerTick <- function(d_vector)
   d.approx <- predict(d.smoothed, 0:d[length(d[,1]), 1],0)
   return(d.approx$y)
 }
-#Returns the instant diameter every milisecond
+#Returns the instant diameter every milisecond, depending on the displacement of the movement
 getInertialDiametersPerMs <- function(displacement, diametersPerTick)
 {
   if (length(diametersPerTick) == 1) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]