Change blanking blocksize from 174 to 200.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1021 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2008-09-16 17:56:15 +00:00
parent a9a2f328ab
commit 735b4838a4
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -32,8 +32,8 @@ subroutine symspec(id,kbuf,kk,kkdone,nutc,newdat)
enddo
! Get baseline power level for this minute
n1=174 !Block size (somewhat arbitrary)
n2=(kkk-kkdone)/n1 !Number of blocks
n1=200 !Block size (somewhat arbitrary)
n2=(kkk-kkdone)/n1 !Number of blocks
k=0 !Starting place
sqq=0.
nsqq=0