From 4dd48551b2d4dc9262317441c31f3a2721829c2d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 18 May 2021 16:47:59 -0400 Subject: [PATCH] Look for a q[0124] decode in the iavg=0 pass as well as iavg=2. --- lib/qra/q65/q65.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/qra/q65/q65.f90 b/lib/qra/q65/q65.f90 index 5ab931896..d93d17d54 100644 --- a/lib/qra/q65/q65.f90 +++ b/lib/qra/q65/q65.f90 @@ -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