From: Michael Wiebusch Date: Thu, 30 Oct 2014 10:13:14 +0000 (+0100) Subject: update X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=23246019f1f76f2753e73efc4cfa68d7cb4e9c80;p=coral.git update --- 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};