[chronojump] Small fix



commit b675cc941f92d7810c4e4e6295c79b53c38824b7
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jul 1 12:03:14 2013 +0200

    Small fix

 encoder/pyserial_pyper.py |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/encoder/pyserial_pyper.py b/encoder/pyserial_pyper.py
index a624fdd..a624391 100644
--- a/encoder/pyserial_pyper.py
+++ b/encoder/pyserial_pyper.py
@@ -249,12 +249,12 @@ def calculate_all_in_r(temp, top_values, bottom_values, direction_now,
                        myR.run('accel$y <- accel$y[1:end]')
 
                
-               print("new curve")
-               print(start+x_ini)
-               myspeedy=myR.get('speed$y')
-               print(myspeedy)
-
-
+#              print("new curve")
+#              print(start+x_ini)
+#              myspeedy=myR.get('speed$y')
+#              print(myspeedy)
+#
+#
 
                myR.run('accel$y <- accel$y * 1000') #input data is in mm, conversion to m
 #              if isJump == "True":


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