Don't get too close to the Wide Graps frequency limits.

This commit is contained in:
Joe Taylor 2021-02-01 15:52:25 -05:00
parent 558b426944
commit 7d069c5617
1 changed files with 2 additions and 2 deletions

View File

@ -436,8 +436,8 @@ subroutine q65_ccf_22(s1,iz,jz,nfqso,ipk,jpk,f0,xdt,ccf2)
xdt=jpk*dtstep
! Save parameters for best candidates
i1=nfa/df
i2=nfb/df
i1=max(nfa,100)/df
i2=min(nfb,4900)/df
jzz=i2-i1+1
call pctile(ccf2(i1:i2),jzz,40,base)
ccf2=ccf2/base