Don't look for 'OOO' decodes in the wideband deep search.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1643 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2009-11-07 21:24:39 +00:00
parent 3bf4cbde0c
commit 02994c6f53
3 changed files with 7 additions and 5 deletions

View File

@ -37,10 +37,12 @@ C Suppress "birdie messages" and other garbage decodes:
endif
qual=0.
! if(nkv.eq.0) then
if(ndepth.ge.1) call deep65(s3,mode65,neme,
+ flip,mycall,hiscall,hisgrid,deepmsg,qual)
if(ndepth.ge.1 .and. (nqd.eq.1 .or. flip.eq.1.0)) then
call deep65(s3,mode65,neme,flip,mycall,hiscall,
+ hisgrid,deepmsg,qual)
if(nqd.ne.1 .and. qual.lt.10.0) qual=0.0
endif
C Save symbol spectra for possible decoding of average.
! do j=1,63

View File

@ -1,4 +1,4 @@
#------------------------------------------------------------------- MAP65
#-------------------------------------------------------------------- MAP65
# $Date$ $Revision$
#
from Tkinter import *

View File

@ -10,7 +10,7 @@ subroutine runqqq(fname,cmnd,iret)
#ifdef CVF
iret=runqq(fname,cmnd)
#else
iret=system('kvasd -q > dev_null')
iret=system('KVASD_g95 -q > dev_null')
#endif
return