[chronojump: 5/6] Disabling triggers for debugging




commit f915b64f927c1b5fa3403f1d7feeb0e329c4ba56
Author: Xavier Padullés <x padulles gmail com>
Date:   Fri Apr 16 18:09:24 2021 +0200

    Disabling triggers for debugging

 encoder/graph.R | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index eaf4f719..ba9adb68 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -3147,10 +3147,10 @@ doProcess <- function(options)
                                 #     side=1,text=myLabel, cex=.8, col="blue")
                                 abline(v=c(curves[i,1],curves[i,2])/1000, lty=3, col="gray")
 
-                               if(! cutByTriggers(op) && op$TriggersOnList != "" && op$TriggersOnList != -1)
-                               {
-                                       abline(v=op$TriggersOnList/1000, col="yellow3", lwd=2, lty=2)
-                               }
+                               # if(! cutByTriggers(op) && op$TriggersOnList != "" && op$TriggersOnList != 
-1)
+                               # {
+                               #       abline(v=op$TriggersOnList/1000, col="yellow3", lwd=2, lty=2)
+                               # }
                         }
 
                         #plot speed


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