mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 12:08:43 -04:00
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:
parent
ec7c3b347a
commit
aac8e0aedf
@ -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
|
||||
|
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
||||
#------------------------------------------------------------------- MAP65
|
||||
#-------------------------------------------------------------------- MAP65
|
||||
# $Date$ $Revision$
|
||||
#
|
||||
from Tkinter import *
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user