Moves fselect calculation from map65a to spec.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@446 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2007-06-29 23:50:55 +00:00
parent dd77f6053d
commit 96b411cdbb
3 changed files with 2 additions and 2 deletions

View File

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

View File

@ -36,7 +36,6 @@ subroutine map65a(newdat)
nutcdata=nutc
open(23,file='CALL3.TXT',status='old')
fselect=mousefqso + 1.6
df=96000.0/NFFT !df = 96000/NFFT = 2.930 Hz
ftol=0.020 !Frequency tolerance (kHz)
nfilt=1

View File

@ -37,6 +37,7 @@ subroutine spec(brightness,contrast,ngain,nspeed,a,a2)
nlines=322/nadd
call zero(s,NFFT*NY)
k=0
fselect=mousefqso + 1.6
imid=nint(1000.0*(fselect-125.0+48.0)/df)
ia=imid-374
ib=ia+749