From b68e90ae8823ec1f07b0c3eb9de63bf5407849d4 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Mon, 10 Jan 2022 11:04:11 +0100 Subject: [PATCH] Slightly reduce number of false decodes --- lib/ft8/ft8b.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ft8/ft8b.f90 b/lib/ft8/ft8b.f90 index 6be5830a9..87c98931e 100644 --- a/lib/ft8/ft8b.f90 +++ b/lib/ft8/ft8b.f90 @@ -451,11 +451,11 @@ subroutine ft8b(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,nzhsym,lapon, & if(.not.nagain) then xsnr=xsnr2 endif - if(nsync.le.6 .and. xsnr.lt.-26.0) then !bail out, likely false decode + if(nsync.le.6 .and. xsnr.lt.-25.0) then !bail out, likely false decode nbadcrc=1 return endif - if(xsnr .lt. -26.0) xsnr=-26.0 + if(xsnr .lt. -25.0) xsnr=-25.0 return enddo return