mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 12:48:40 -05:00
Added "flipx" to fix minor problem in deep search of average message.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@219 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
a6b724dec3
commit
380aa4d889
@ -42,7 +42,8 @@ C Compute the average of all flagged spectra for this segment.
|
|||||||
nqual=0
|
nqual=0
|
||||||
C Possibly should pass nadd=nused, also:
|
C Possibly should pass nadd=nused, also:
|
||||||
if(ndepth.ge.3) then
|
if(ndepth.ge.3) then
|
||||||
call deep65(s3,mode65,neme,nsked,flip,
|
flipx=1.0 !Normal flip not relevant for ave msg
|
||||||
|
call deep65(s3,mode65,neme,nsked,flipx,
|
||||||
+ mycall,hiscall,hisgrid,deepmsg,qual)
|
+ mycall,hiscall,hisgrid,deepmsg,qual)
|
||||||
nqual=qual
|
nqual=qual
|
||||||
if(nqual.lt.nq1) deepmsg=' '
|
if(nqual.lt.nq1) deepmsg=' '
|
||||||
@ -55,6 +56,5 @@ C Suppress "birdie messages":
|
|||||||
if(decoded(1:7).eq.'0L6MWK ') decoded=' '
|
if(decoded(1:7).eq.'0L6MWK ') decoded=' '
|
||||||
|
|
||||||
100 if(nused.lt.1) decoded=' '
|
100 if(nused.lt.1) decoded=' '
|
||||||
|
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
2
wsjt.py
2
wsjt.py
@ -1,4 +1,4 @@
|
|||||||
#------------------------------------------------------------------- WSJT
|
#------------------------------------------------------------------ WSJT
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
from tkFileDialog import *
|
from tkFileDialog import *
|
||||||
import Pmw
|
import Pmw
|
||||||
|
Loading…
Reference in New Issue
Block a user