Look for a q[0124] decode in the iavg=0 pass as well as iavg=2.

This commit is contained in:
Joe Taylor 2021-05-18 16:47:59 -04:00
parent bf1d1dace6
commit 4dd48551b2
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ subroutine q65_dec0(iavg,nutc,iwave,ntrperiod,nfqso,ntol,ndepth,lclearave, &
!3001 format(i4.4,2i4,2f8.2)
call q65_write_red(iz,xdt,ccf2_avg,ccf2)
if(iavg.eq.2) then
if(iavg.eq.0 .or. iavg.eq.2) then
call q65_dec_q012(s3,LL,snr2,dat4,idec,decoded)
endif