From dbffa74c12a20b149cce0a02268c948b5544b24c Mon Sep 17 00:00:00 2001 From: hadaq Date: Thu, 13 Aug 2015 17:40:58 +0200 Subject: [PATCH] added positive pulses to automatism, mt --- thresholds/thresholds_automatic.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thresholds/thresholds_automatic.pl b/thresholds/thresholds_automatic.pl index b0fe86b..2e34d71 100755 --- a/thresholds/thresholds_automatic.pl +++ b/thresholds/thresholds_automatic.pl @@ -270,7 +270,7 @@ while ($number_of_steps < $number_of_iterations || -map { $_-= $offset } @best_thresh; +map { $_-= ($offset * $default_direction) } @best_thresh; write_thresholds($mode, $chain, \@best_thresh, $channel_to_set); my $uid; -- 2.43.0