From db6d3c9e844f47a002f76bc7d92a62e99bb1dc8f Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 18 May 2020 10:32:17 -0400 Subject: [PATCH] Eliminate a few more false decodes. --- lib/ft8/ft8b.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ft8/ft8b.f90 b/lib/ft8/ft8b.f90 index 4b9a8adba..e6a3e8d34 100644 --- a/lib/ft8/ft8b.f90 +++ b/lib/ft8/ft8b.f90 @@ -454,7 +454,7 @@ subroutine ft8b(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,nzhsym,lapon, & if(.not.nagain) then xsnr=xsnr2 endif - if(nsync.le.9 .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