From d646c0951d26c43955f665cd0fac9e87e25f8aea Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 19 Mar 2021 01:46:20 +0100 Subject: [PATCH] commit done, mt --- thresholds/test.txt | 3 --- tools/determine_noiseband_dirich.pl | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 thresholds/test.txt diff --git a/thresholds/test.txt b/thresholds/test.txt deleted file mode 100644 index cce0dbd..0000000 --- a/thresholds/test.txt +++ /dev/null @@ -1,3 +0,0 @@ -test -blub -blab diff --git a/tools/determine_noiseband_dirich.pl b/tools/determine_noiseband_dirich.pl index d17e20b..642e412 100755 --- a/tools/determine_noiseband_dirich.pl +++ b/tools/determine_noiseband_dirich.pl @@ -23,8 +23,8 @@ my $throffset = 0xa000; #my $monitor = 0xdfc0; my $monitor = 0xc001; -my $first_channel = 0; -my $last_channel = 31; +my $first_channel = 8; +my $last_channel = 11; my $default_threshold = 0x6000; -- 2.43.0