From 23246019f1f76f2753e73efc4cfa68d7cb4e9c80 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Thu, 30 Oct 2014 11:13:14 +0100 Subject: [PATCH] update --- user_interface/pmt_ro.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_interface/pmt_ro.pl b/user_interface/pmt_ro.pl index 6c5a968..92709a8 100755 --- a/user_interface/pmt_ro.pl +++ b/user_interface/pmt_ro.pl @@ -164,14 +164,14 @@ sub signal_range { # determine the range and the position the signal/noise in te %options, counter_addr => $counter_addr, threshold_addr => $threshold_addr, - boundary => "upper" + boundary => "upper", verbose => $sub_verbose); $range->{lower} = $self->find_baseline( %options, counter_addr => $counter_addr, threshold_addr => $threshold_addr, - boundary => "lower" + boundary => "lower", verbose => $sub_verbose); $range->{range}->{width} = $range->{upper}->{position} - $range->{lower}->{position}; -- 2.43.0