diff --git a/lib/ft8/ft8b.f90 b/lib/ft8/ft8b.f90 index 08a49783f..b4b8c737b 100644 --- a/lib/ft8/ft8b.f90 +++ b/lib/ft8/ft8b.f90 @@ -403,9 +403,9 @@ subroutine ft8b(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,nzhsym,lapon, & dmin=0.0 norder=2 maxosd=2 - if(ndepth.eq.2) maxosd=1 + if(ndepth.eq.2) maxosd=0 if(ndepth.eq.1) maxosd=-1 - if(ndepth.ge.2 .and. & + if(ndepth.eq.3 .and. & (abs(nfqso-f1).le.napwid .or. abs(nftx-f1).le.napwid .or. ncontest.eq.7)) then maxosd=2 endif diff --git a/lib/ft8_decode.f90 b/lib/ft8_decode.f90 index 56a813d35..26b12d6c9 100644 --- a/lib/ft8_decode.f90 +++ b/lib/ft8_decode.f90 @@ -145,7 +145,7 @@ contains do ipass=1,npass newdat=.true. syncmin=1.3 - if(ndepth.le.2) syncmin=1.5 + if(ndepth.le.2) syncmin=1.6 if(ipass.eq.1) then lsubtract=.true. ndeep=ndepth