From: hadaq Date: Thu, 13 Aug 2015 15:40:58 +0000 (+0200) Subject: added positive pulses to automatism, mt X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=dbffa74c12a20b149cce0a02268c948b5544b24c;p=daqtools.git added positive pulses to automatism, mt --- 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;