mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-27 06:38:44 -05:00
No need for green bar on upper waterfall, since fa-fb limits are
the same for plot rangs and decode range. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@492 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
af8458d60e
commit
6dc18d36be
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
|||||||
#---------------------------------------------------------------------- MAP65
|
#--------------------------------------------------------------------- MAP65
|
||||||
# $Date$ $Revision$
|
# $Date$ $Revision$
|
||||||
#
|
#
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
|
@ -155,13 +155,12 @@ def df_mark():
|
|||||||
fmid=0.5*float(Audio.gcom2.nfb + Audio.gcom2.nfa)
|
fmid=0.5*float(Audio.gcom2.nfb + Audio.gcom2.nfa)
|
||||||
if Audio.gcom2.nfullspec: fmid=125.0 - 2.3 #Empirical
|
if Audio.gcom2.nfullspec: fmid=125.0 - 2.3 #Empirical
|
||||||
df=bw/NX #kHz per pixel
|
df=bw/NX #kHz per pixel
|
||||||
# print 'A ',Audio.gcom2.nfullspec,bw,df,fmid
|
|
||||||
# These 375's were 393:
|
|
||||||
x1=375.0 + (Audio.gcom2.mousefqso-fmid)/df
|
x1=375.0 + (Audio.gcom2.mousefqso-fmid)/df
|
||||||
c.create_line(x1,25,x1,12,fill=color,width=2)
|
c.create_line(x1,25,x1,12,fill=color,width=2)
|
||||||
x1=375.0 + (Audio.gcom2.nfa-fmid)/df
|
if Audio.gcom2.nfullspec:
|
||||||
x2=375.0 + (Audio.gcom2.nfb-fmid)/df
|
x1=375.0 + (Audio.gcom2.nfa-fmid)/df
|
||||||
c.create_line(x1,25,x2,25,fill=color,width=2)
|
x2=375.0 + (Audio.gcom2.nfb-fmid)/df
|
||||||
|
c.create_line(x1,25,x2,25,fill=color,width=2)
|
||||||
|
|
||||||
df=96000.0/32768.0
|
df=96000.0/32768.0
|
||||||
# Mark sync tone and top JT65 tone (green) and shorthand tones (red)
|
# Mark sync tone and top JT65 tone (green) and shorthand tones (red)
|
||||||
|
Loading…
Reference in New Issue
Block a user