Don't require the "better.ge.1.10" condition for submodes D and E.

This commit is contained in:
Joe Taylor 2021-07-16 17:07:41 -04:00
parent ea48ae04fb
commit b25ef318a4
1 changed files with 3 additions and 3 deletions

View File

@ -161,12 +161,12 @@ subroutine q65_dec0(iavg,nutc,iwave,ntrperiod,nfqso,ntol,ndepth,lclearave, &
better,ccf1)
call timer('ccf_85 ',1)
if(better.ge.1.10) then
if(better.ge.1.10 .or. mode_q65.ge.8) then
call timer('list_dec',0)
call q65_dec_q3(s1,iz,jz,s3,LL,ipk,jpk,snr2,dat4,idec,decoded)
call timer('list_dec',1)
! if(idec.ge.0) write(70,3070) idec,better,trim(decoded)
!3070 format(i3,f8.2,2x,a)
! if(idec.ge.0) write(70,3070) idec,mode_q65,better,trim(decoded)
!3070 format(i3,i5,f8.2,2x,a)
endif
! If idec=3 we have a q3 decode. Continue to compute sync curve for plotting.
endif