From c26aa9160bafd25c7d65888af22c64348b5555d7 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 11 Jan 2022 11:55:26 -0500 Subject: [PATCH] Go back to original settings for sync threshold and decode acceptance criteria. --- 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 87c98931e..d96cbd9c7 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.-25.0) then !bail out, likely false decode + if(nsync.le.10 .and. xsnr.lt.-24.0) then !bail out, likely false decode nbadcrc=1 return endif - if(xsnr .lt. -25.0) xsnr=-25.0 + if(xsnr .lt. -24.0) xsnr=-24.0 return enddo return