mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 04:38:37 -05:00
Increase upper limit on bmax from 500 to 1000.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1008 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
dec7dbb6dd
commit
3837e17202
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
|||||||
#---------------------------------------------------------------------- MAP65
|
#--------------------------------------------------------------------- MAP65
|
||||||
# $Date$ $Revision$
|
# $Date$ $Revision$
|
||||||
#
|
#
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
|
@ -103,7 +103,7 @@ subroutine map65a(newdat)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
! Do not process extremely strong signals
|
! Do not process extremely strong signals
|
||||||
if(nqd.eq.0 .and. bmax.gt.500.0) go to 70
|
if(nqd.eq.0 .and. bmax.gt.1000.0) go to 70
|
||||||
|
|
||||||
! Find max signal at this frequency
|
! Find max signal at this frequency
|
||||||
smax=0.
|
smax=0.
|
||||||
|
Loading…
Reference in New Issue
Block a user