From b25aef49573ba96fdaffd1a2aca4b0e290303cf4 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 2 Dec 2016 15:24:07 +0000 Subject: [PATCH] Increase upper DT limit for QRA64 to 6.5 s. Increase jstep to 200 (about 0.058 of a symbol). git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7351 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/sync64.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sync64.f90 b/lib/sync64.f90 index 44e079dc4..5020408a9 100644 --- a/lib/sync64.f90 +++ b/lib/sync64.f90 @@ -77,8 +77,8 @@ subroutine sync64(dd,npts,nf1,nf2,nfqso,ntol,mode64,maxf1,dtx,f0,jpk,kpk, & sync=0. jpk=0 ja=0 - jb=6*5000 - jstep=100 + jb=7.5*6000 + jstep=200 ipk=0 nskip=max(14,10*mode64)