From fc40770960229af267dcc4028ad377cb4f00e836 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 11 Jan 2022 11:54:36 -0500 Subject: [PATCH] Revert "Improve ft8 decoder sensitivity for Normal and Deep settings" This reverts commit 3e49dfacc5c495492bb327e3cc8bdc42b98aa3f6. --- lib/ft8_decode.f90 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/ft8_decode.f90 b/lib/ft8_decode.f90 index 4c2ba593f..d0d2fd9ad 100644 --- a/lib/ft8_decode.f90 +++ b/lib/ft8_decode.f90 @@ -167,9 +167,8 @@ contains if(ndepth.eq.1) npass=1 do ipass=1,npass newdat=.true. - syncmin=1.2 - if(ndepth.eq.1) syncmin=1.6 - if(ndepth.eq.2) syncmin=1.4 + syncmin=1.3 + if(ndepth.le.2) syncmin=1.6 if(ipass.eq.1) then lsubtract=.true. ndeep=ndepth