mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 10:32:02 -05: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
|
endif
|
||||||
|
|
||||||
qual=0.
|
qual=0.
|
||||||
! if(nkv.eq.0) then
|
|
||||||
if(ndepth.ge.1) call deep65(s3,mode65,neme,
|
if(ndepth.ge.1 .and. (nqd.eq.1 .or. flip.eq.1.0)) then
|
||||||
+ flip,mycall,hiscall,hisgrid,deepmsg,qual)
|
call deep65(s3,mode65,neme,flip,mycall,hiscall,
|
||||||
|
+ hisgrid,deepmsg,qual)
|
||||||
if(nqd.ne.1 .and. qual.lt.10.0) qual=0.0
|
if(nqd.ne.1 .and. qual.lt.10.0) qual=0.0
|
||||||
|
endif
|
||||||
|
|
||||||
C Save symbol spectra for possible decoding of average.
|
C Save symbol spectra for possible decoding of average.
|
||||||
! do j=1,63
|
! do j=1,63
|
||||||
|
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
|||||||
#------------------------------------------------------------------- MAP65
|
#-------------------------------------------------------------------- MAP65
|
||||||
# $Date$ $Revision$
|
# $Date$ $Revision$
|
||||||
#
|
#
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
|
@ -10,7 +10,7 @@ subroutine runqqq(fname,cmnd,iret)
|
|||||||
#ifdef CVF
|
#ifdef CVF
|
||||||
iret=runqq(fname,cmnd)
|
iret=runqq(fname,cmnd)
|
||||||
#else
|
#else
|
||||||
iret=system('kvasd -q > dev_null')
|
iret=system('KVASD_g95 -q > dev_null')
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user