]> jspc29.x-matter.uni-frankfurt.de Git - coral.git/commitdiff
update
authorMichael Wiebusch <antiquark@gmx.net>
Thu, 30 Oct 2014 10:13:14 +0000 (11:13 +0100)
committerMichael Wiebusch <antiquark@gmx.net>
Thu, 30 Oct 2014 10:13:14 +0000 (11:13 +0100)
user_interface/pmt_ro.pl

index 6c5a9680ec19757449351e3c583c803c885b52e4..92709a8488ced524dad2236e7c450d193d17013a 100755 (executable)
@@ -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};